From c82ae929958923d4013b81905896573073d9313f Mon Sep 17 00:00:00 2001 From: Zane Beckman Date: Wed, 27 Aug 2014 21:02:47 -0600 Subject: [PATCH] Corrected error in readme. Example now matches actual behavior for DISCOURSE_DEVELOPER_EMAILS --- samples/standalone.yml | 2 +- samples/web_only.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/standalone.yml b/samples/standalone.yml index a581a23..55869a4 100644 --- a/samples/standalone.yml +++ b/samples/standalone.yml @@ -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 diff --git a/samples/web_only.yml b/samples/web_only.yml index 5263adb..a3b41a2 100644 --- a/samples/web_only.yml +++ b/samples/web_only.yml @@ -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 -- 2.25.1