remove commented lines of code leading space
authorCaue Rego <caue.rego@gmail.com>
Sat, 7 Jun 2014 12:22:13 +0000 (09:22 -0300)
committerCaue Rego <caue.rego@gmail.com>
Sat, 7 Jun 2014 12:22:13 +0000 (09:22 -0300)
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

index 243414cd22578a098ddc0e18661d17a43ab97cfd..1575ae6e8abbac3cc9f89d8584fc4e849d81dcb0 100644 (file)
@@ -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: