Added additional matrix configuration

This commit is contained in:
2023-12-19 14:46:12 +01:00
parent e13fd5a457
commit b3edba90e3
2 changed files with 4 additions and 1 deletions

View File

@@ -24,5 +24,8 @@ report_stats: true
macaroon_secret_key: "{{matrix_macaroon_secret_key}}"
form_secret: "{{matrix_form_secret}}"
signing_key_path: "/data/{{domain_matrix_synapse}}.signing.key"
web_client_location: "https://{{element_domain}}"
public_baseurl: "https://{{synapse_domain}}"
trusted_key_servers:
- server_name: "matrix.org"
admin_contact: 'mailto:{{administrator_email}}'