From 075922a5d9b0f2a76f372fbba4ceaf2496ec80ec Mon Sep 17 00:00:00 2001 From: Caue Rego Date: Sat, 7 Jun 2014 09:22:13 -0300 Subject: [PATCH] remove commented lines of code leading space I had problems with the installer because I wasn't used to YAML nor with its required indentation. IMHO, this way it would have been intuitively clear to me it needs it that way. --- samples/standalone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/standalone.yml b/samples/standalone.yml index 243414c..1575ae6 100644 --- a/samples/standalone.yml +++ b/samples/standalone.yml @@ -25,7 +25,7 @@ params: env: ## How many concurrent web requests are supported? ## With 2GB we recommend 3-4 workers, with 1GB only 2 - # UNICORN_WORKERS: 3 + #UNICORN_WORKERS: 3 ## ## List of comma delimited emails that will be made admin on signup DISCOURSE_DEVELOPER_EMAILS: 'my-email-address@example.com' @@ -35,12 +35,12 @@ env: ## ## 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: p@ssword # (optional) + #DISCOURSE_SMTP_PORT: 587 # (optional) + #DISCOURSE_SMTP_USER_NAME: user@example.com # (optional) + #DISCOURSE_SMTP_PASSWORD: p@ssword # (optional) ## ## the origin pull CDN address for this Discourse instance - # DISCOURSE_CDN_URL: //discourse-cdn.example.com + #DISCOURSE_CDN_URL: //discourse-cdn.example.com ## These containers are stateless, all data is stored in /shared volumes: -- 2.25.1