summary refs log tree commit diff
path: root/synapse/config/emailconfig.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-16 15:26:24 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-16 15:26:24 +0000
commit3d5a537934be57d07520abaeeb458dff9bd1f4db (patch)
treed36cc561bab3acbe8db1e84a0b157104dbc4b2a8 /synapse/config/emailconfig.py
parentMerge pull request #6231 from matrix-org/erikj/refactor_stores (diff)
parentAdd config linting script that checks for bool casing (#6203) (diff)
downloadsynapse-3d5a537934be57d07520abaeeb458dff9bd1f4db.tar.xz
Add config linting script that checks for bool casing (#6203)
* commit '409c62b27':
  Add config linting script that checks for bool casing (#6203)
Diffstat (limited to 'synapse/config/emailconfig.py')
-rw-r--r--synapse/config/emailconfig.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/config/emailconfig.py b/synapse/config/emailconfig.py

index 658897a77e..39e7a1dddb 100644 --- a/synapse/config/emailconfig.py +++ b/synapse/config/emailconfig.py
@@ -304,13 +304,13 @@ class EmailConfig(Config): # smtp_port: 25 # SSL: 465, STARTTLS: 587 # smtp_user: "exampleusername" # smtp_pass: "examplepassword" - # require_transport_security: False + # require_transport_security: false # notif_from: "Your Friendly %(app)s Home Server <noreply@example.com>" # app_name: Matrix # # # Enable email notifications by default # # - # notif_for_new_users: True + # notif_for_new_users: true # # # Defining a custom URL for Riot is only needed if email notifications # # should contain links to a self-hosted installation of Riot; when set