bundles/matrix-synapse: support home servers without appservices
This commit is contained in:
parent
c44badb1e1
commit
6374f6b71e
1 changed files with 7 additions and 3 deletions
|
@ -62,10 +62,14 @@ allow_guest_access: false
|
|||
|
||||
enable_metrics: True
|
||||
|
||||
% if appservice_configs:
|
||||
app_service_config_files:
|
||||
% for config in sorted(appservice_configs):
|
||||
- "${config}"
|
||||
% endfor
|
||||
% else:
|
||||
app_service_config_files: []
|
||||
% endif
|
||||
|
||||
signing_key_path: "/etc/matrix-synapse/homeserver.signing.key"
|
||||
trusted_key_servers:
|
||||
|
@ -81,7 +85,7 @@ password_config:
|
|||
|
||||
email:
|
||||
enable_notifs: false
|
||||
notif_from: "Matrix <noreply@${server_name}"
|
||||
notif_from: "Matrix <noreply@${server_name}>"
|
||||
|
||||
enable_group_creation: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue