Add Discourse locale to samples/standalone.yml
authorriking <rikingcoding@gmail.com>
Mon, 9 Feb 2015 19:19:37 +0000 (11:19 -0800)
committerriking <rikingcoding@gmail.com>
Mon, 9 Feb 2015 19:20:04 +0000 (11:20 -0800)
samples/standalone.yml

index 382aadd835b1029dafa09bb303fe6778d2c85a4e..90ad4a2fd3cb1b673ff6e41e47205a3dc8db0faa 100644 (file)
@@ -4,6 +4,8 @@
 ##
 ## /var/discourse/launcher rebuild app
 ##
+## Make sure to obey YAML syntax! You can use this site to help check:
+## http://www.yamllint.com/
 
 ## this is the all-in-one, standalone Discourse Docker container template
 
@@ -34,23 +36,25 @@ params:
 
 env:
   LANG: en_US.UTF-8
+  # DISCOURSE_DEFAULT_LOCALE: en
+
   ## TODO: How many concurrent web requests are supported?
   ## With 2GB we recommend 3-4 workers, with 1GB only 2
   #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'
-  ##
+
   ## TODO: The mailserver this Discourse instance will use
   DISCOURSE_SMTP_ADDRESS: smtp.example.com         # (mandatory)
   #DISCOURSE_SMTP_PORT: 587                        # (optional)
   #DISCOURSE_SMTP_USER_NAME: user@example.com      # (optional)
   #DISCOURSE_SMTP_PASSWORD: pa$$word               # (optional)
-  ##
+
   ## The CDN address for this Discourse instance (configured to pull)
   #DISCOURSE_CDN_URL: //discourse-cdn.example.com