From 7439768eb05dcdb101677e913015dff811897093 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 21 Sep 2015 01:25:33 -0700 Subject: [PATCH] Update standalone.yml add warning about pound symbol in smtp password --- samples/standalone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/standalone.yml b/samples/standalone.yml index a2da593..568a698 100644 --- a/samples/standalone.yml +++ b/samples/standalone.yml @@ -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) -- 2.25.1