From 3bdadaa985e563b8447ee4a0039cc570b5cd069c Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Sun, 5 Apr 2020 04:58:57 -0500 Subject: [PATCH] Fix typos with SetEnv configuration directives. Fix typos with the SetEnv configuration directives so that they match the defaults for EnvSource configuration. --- docs/simple-development.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/simple-development.md b/docs/simple-development.md index 3b3b0b5..a648ed1 100644 --- a/docs/simple-development.md +++ b/docs/simple-development.md @@ -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.