Corrected error in readme.
authorZane Beckman <beckman.zane@gmail.com>
Thu, 28 Aug 2014 03:02:47 +0000 (21:02 -0600)
committerZane Beckman <beckman.zane@gmail.com>
Thu, 28 Aug 2014 03:02:47 +0000 (21:02 -0600)
Example now matches actual behavior for DISCOURSE_DEVELOPER_EMAILS

samples/standalone.yml
samples/web_only.yml

index a581a23c43ca65ce011f6676c8054eed8ae858d3..55869a430fcb70f30f78352571d1ad547e128dd0 100644 (file)
@@ -39,7 +39,7 @@ env:
   #UNICORN_WORKERS: 3
   ##
   ## TODO: List of comma delimited emails that will be made admin and developer
-  ## on initial signup example 'user1@example.com, user2@example.com'
+  ## on initial signup example 'user1@example.com,user2@example.com'
   DISCOURSE_DEVELOPER_EMAILS: 'me@example.com'
   ##
   ## TODO: The domain name this Discourse instance will respond to
index 5263adb23c732366e25348daf61034329ce88bdb..a3b41a2fb39b3988a0416b38ff3c2f66c90c6d04 100644 (file)
@@ -27,7 +27,7 @@ env:
   DISCOURSE_REDIS_HOST: REDIS_IP_ADDRESS
   ##
   ## TODO: List of comma delimited emails that will be made admin and developer
-  ## on initial signup example 'user1@example.com, user2@example.com'
+  ## on initial signup example 'user1@example.com,user2@example.com'
   DISCOURSE_DEVELOPER_EMAILS: 'me@example.com'
   ##
   ## TODO: The domain name this Discourse instance will respond to