projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efd8ae0
)
Update standalone.yml
author
Jeff Atwood
<jatwood@codinghorror.com>
Mon, 21 Sep 2015 08:25:33 +0000
(
01:25
-0700)
committer
Jeff 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
patch
|
blob
|
blame
|
history
diff --git
a/samples/standalone.yml
b/samples/standalone.yml
index a2da593952251995f47d9ce769a1f20ca742edcd..568a698f5fa5b02fe6b4d6845628fe9d58e12d08 100644
(file)
--- 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)