Optimized variable typos

This commit is contained in:
Kevin Veen-Birkenbach 2025-08-15 18:43:42 +02:00
parent 85a2f4b3d2
commit 3ac9bd9f90
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
33 changed files with 101 additions and 101 deletions

View File

@ -22,8 +22,8 @@ log_config: "{{ MATRIX_SYNAPSE_LOG_PATH_CONTAINER }}"
media_store_path: "/data/media_store"
registration_shared_secret: "{{ MATRIX_REGISTRATION_SHARED_SECRET }}"
report_stats: true
macaroon_secret_key: "{{applications | get_app_conf(application_id, 'credentials.macaroon_secret_key', True)}}"
form_secret: "{{applications | get_app_conf(application_id, 'credentials.form_secret', True)}}"
macaroon_secret_key: "{{ applications | get_app_conf(application_id, 'credentials.macaroon_secret_key') }}"
form_secret: "{{ applications | get_app_conf(application_id, 'credentials.form_secret') }}"
signing_key_path: "/data/{{ MATRIX_SYNAPSE_DOMAIN }}.signing.key"
web_client_location: "{{ WEB_PROTOCOL }}://{{domains[application_id].element}}"
public_baseurl: "{{ MATRIX_SYNAPSE_URL }}"