From cc0d15c5d54490ee401182ead1150ced4feee323 Mon Sep 17 00:00:00 2001 From: riking Date: Mon, 9 Feb 2015 11:19:37 -0800 Subject: [PATCH] Add Discourse locale to samples/standalone.yml --- samples/standalone.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/samples/standalone.yml b/samples/standalone.yml index 382aadd..90ad4a2 100644 --- a/samples/standalone.yml +++ b/samples/standalone.yml @@ -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 -- 2.25.1