mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-20 10:55:09 +03:00
Add email settings to default unit test config
This commit is contained in:
parent
354d749ae1
commit
62e1ec098c
1 changed files with 3 additions and 0 deletions
|
@ -132,6 +132,9 @@ def default_config(name, parse=False):
|
|||
"worker_replication_url": "",
|
||||
"worker_app": None,
|
||||
"email_enable_notifs": False,
|
||||
"email_smtp_host": "somehost",
|
||||
"email_smtp_port": 25,
|
||||
"email_notif_from": "someone <someone@example.com>",
|
||||
"block_non_admin_invites": False,
|
||||
"federation_domain_whitelist": None,
|
||||
"filter_timeline_limit": 5000,
|
||||
|
|
Loading…
Reference in a new issue