Update standalone.yml
authorJeff Atwood <jatwood@codinghorror.com>
Mon, 21 Sep 2015 08:25:33 +0000 (01:25 -0700)
committerJeff Atwood <jatwood@codinghorror.com>
Mon, 21 Sep 2015 08:25:33 +0000 (01:25 -0700)
add warning about pound symbol in smtp password

samples/standalone.yml

index a2da593952251995f47d9ce769a1f20ca742edcd..568a698f5fa5b02fe6b4d6845628fe9d58e12d08 100644 (file)
@@ -63,7 +63,7 @@ env:
   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)
+  #DISCOURSE_SMTP_PASSWORD: pa$$word               # (optional, WARNING the char '#' in pw can cause problems!)
   #DISCOURSE_SMTP_ENABLE_START_TLS: true           # (optional, default true)
 
   ## The CDN address for this Discourse instance (configured to pull)