mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-31 15:48:57 +02:00
Added more matrix constants for easier debugging and readability
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
server_name: "{{applications | get_app_conf(application_id, 'server_name', True)}}"
|
||||
server_name: "{{ MATRIX_SERVER_NAME }}"
|
||||
pid_file: /data/homeserver.pid
|
||||
max_upload_size: {{ client_max_body_size }}
|
||||
listeners:
|
||||
@@ -20,7 +20,7 @@ database:
|
||||
cp_max: 10
|
||||
log_config: "{{ MATRIX_SYNAPSE_LOG_PATH_CONTAINER }}"
|
||||
media_store_path: "/data/media_store"
|
||||
registration_shared_secret: "{{applications | get_app_conf(application_id, 'credentials.registration_shared_secret', True)}}"
|
||||
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)}}"
|
||||
|
Reference in New Issue
Block a user