mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 09:31:35 +03:00
Update unit test template dir
This commit is contained in:
parent
62e1ec098c
commit
a0e2a103a6
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ def default_config(name, parse=False):
|
||||||
"email_enable_notifs": False,
|
"email_enable_notifs": False,
|
||||||
"email_smtp_host": "somehost",
|
"email_smtp_host": "somehost",
|
||||||
"email_smtp_port": 25,
|
"email_smtp_port": 25,
|
||||||
|
"template_dir": "res/templates",
|
||||||
"email_notif_from": "someone <someone@example.com>",
|
"email_notif_from": "someone <someone@example.com>",
|
||||||
"block_non_admin_invites": False,
|
"block_non_admin_invites": False,
|
||||||
"federation_domain_whitelist": None,
|
"federation_domain_whitelist": None,
|
||||||
|
|
Loading…
Reference in a new issue