ansible/group_vars/all/matrix.yml

12 lines
498 B
YAML
Raw Normal View History

2021-07-27 23:35:04 +02:00
---
2021-08-02 03:49:36 +02:00
matrix_server_name: deso-palaiseau.fr
matrix_local_server_name: synapse.pp.intra
2021-08-03 01:24:22 +02:00
matrix_enable_registration: true
2021-07-28 02:55:28 +02:00
synapse_postgre_user_pwd: "{{ vault_synapse_postgre_user_pwd }}"
2021-07-28 01:42:43 +02:00
matrix_max_upload_size: 50M
matrix_registration_shared_secret: "{{ vault_matrix_registration_shared_secret }}"
matrix_macaroon_secret: "{{ vault_matrix_macaroon_secret }}"
matrix_form_secret: "{{ vault_matrix_form_secret }}"
# Not configured for now
matrix_stats_endpoint: https://127.0.0.1/report-usage-stats/push