move email setting closer to SMTP settings
authorJeff Atwood <jatwood@codinghorror.com>
Thu, 21 Apr 2016 23:01:29 +0000 (16:01 -0700)
committerJeff Atwood <jatwood@codinghorror.com>
Thu, 21 Apr 2016 23:01:29 +0000 (16:01 -0700)
samples/standalone.yml

index 3d49abf6fe7b541101dd083522e238bb1df06737..e8317af2f50c8c88f0075ffdd7814c5757bbac20 100644 (file)
@@ -44,10 +44,6 @@ env:
   ## will be set automatically by bootstrap based on detected CPUs, or you can override
   #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'
-  DISCOURSE_DEVELOPER_EMAILS: 'me@example.com'
-
   ## TODO: The domain name this Discourse instance will respond to
   DISCOURSE_HOSTNAME: 'discourse.example.com'
   
@@ -55,6 +51,10 @@ env:
   ## hostname (-h option) as specified above (default "$hostname-$config")
   #DOCKER_USE_HOSTNAME: true
 
+  ## TODO: List of comma delimited emails that will be made admin and developer
+  ## on initial signup example 'user1@example.com,user2@example.com'
+  DISCOURSE_DEVELOPER_EMAILS: 'me@example.com'
+
   ## TODO: The SMTP mail server used to validate new accounts and send notifications
   DISCOURSE_SMTP_ADDRESS: smtp.example.com         # required
   #DISCOURSE_SMTP_PORT: 587                        # (optional, default 587)