diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-05-22 10:11:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-22 10:11:50 +0100 |
commit | 66a564c859c035c273c8feb25c624473055f1d78 (patch) | |
tree | f3f46d11f34fc3527deb65228d72b81fea205b16 /synapse/config/emailconfig.py | |
parent | Retry to sync out of sync device lists (#7453) (diff) | |
download | synapse-66a564c859c035c273c8feb25c624473055f1d78.tar.xz |
Fix some DETECTED VIOLATIONS in the config file (#7550)
consistency ftw
Diffstat (limited to 'synapse/config/emailconfig.py')
-rw-r--r-- | synapse/config/emailconfig.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/config/emailconfig.py b/synapse/config/emailconfig.py index 76b8957ea5..ca61214454 100644 --- a/synapse/config/emailconfig.py +++ b/synapse/config/emailconfig.py @@ -311,8 +311,8 @@ class EmailConfig(Config): # Username/password for authentication to the SMTP server. By default, no # authentication is attempted. # - # smtp_user: "exampleusername" - # smtp_pass: "examplepassword" + #smtp_user: "exampleusername" + #smtp_pass: "examplepassword" # Uncomment the following to require TLS transport security for SMTP. # By default, Synapse will connect over plain text, and will then switch to |