mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-29 18:36:13 -05:00
fix assorted typos in default config
This commit is contained in:
parent
e6bffa4475
commit
17cbf773b9
@ -78,12 +78,12 @@ class EmailConfig(Config):
|
|||||||
def default_config(self, config_dir_path, server_name, **kwargs):
|
def default_config(self, config_dir_path, server_name, **kwargs):
|
||||||
return """
|
return """
|
||||||
# Enable sending emails for notification events
|
# Enable sending emails for notification events
|
||||||
#email_config:
|
#email:
|
||||||
# enable_notifs: false
|
# enable_notifs: false
|
||||||
# smtp_host: "localhost"
|
# smtp_host: "localhost"
|
||||||
# smtp_port: 25
|
# smtp_port: 25
|
||||||
# notif_from: Your Friendly Matrix Home Server <noreply@example.com>
|
# notif_from: Your Friendly Matrix Home Server <noreply@example.com>
|
||||||
# template_dir: res/templates
|
# template_dir: res/templates
|
||||||
# notif_template_html: notif_email.html
|
# notif_template_html: notif_mail.html
|
||||||
# notif_template_text: notif_email.txt
|
# notif_template_text: notif_mail.txt
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user