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-06 04:32:15 +02:00
|
|
|
matrix_enable_registration: False
|
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 }}"
|
2021-08-06 02:40:52 +02:00
|
|
|
|
|
|
|
# bridge discord
|
|
|
|
matrix_bridge_discord_postgre_user_pwd: "{{ vault_matrix_bridge_discord_postgre_user_pwd }}"
|
|
|
|
matrix_bridge_discord_client_ID: "{{ vault_matrix_bridge_discord_client_ID }}"
|
|
|
|
matrix_bridge_discord_botToken: "{{ vault_matrix_bridge_discord_botToken }}"
|
|
|
|
|
2021-07-28 01:42:43 +02:00
|
|
|
# Not configured for now
|
|
|
|
matrix_stats_endpoint: https://127.0.0.1/report-usage-stats/push
|