Skip to content

Commit

Permalink
Fix typos with SetEnv configuration directives.
Browse files Browse the repository at this point in the history
Fix typos with the SetEnv configuration directives so that they match
the defaults for EnvSource configuration.
  • Loading branch information
skoranda committed Apr 5, 2020
1 parent d1469da commit 3bdadaa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/simple-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,10 @@ volume:
Edit the `000-comanage.conf` file and add a `SetEnv` directive, for example

```
SetEnv OIS_ENV_NAME_GIVEN Scott
SetEnv OIS_ENV_NAME_FAMILY Koranda
SetEnv OIS_ENV_MAIL skoranda@gmail.com
SetEnv ENV_OIS_NAME_GIVEN Scott
SetEnv ENV_OIS_NAME_FAMILY Koranda
SetEnv ENV_OIS_MAIL skoranda@gmail.com
SetEnv ENV_OIS_EPPN scott.koranda@sphericalcowgroup.com
```

Restart the services and authenticate to COmanage Registry.
Expand Down

0 comments on commit 3bdadaa

Please sign in to comment.