Resolved server_map

This commit is contained in:
iucca
2021-11-16 13:37:11 +01:00
parent e216508774
commit b272e6147a
2 changed files with 4 additions and 16 deletions

View File

@ -74,6 +74,7 @@ matrix_mautrix_whatsapp_appservice_database_uri: "{{
# Can be set to enable automatic double-puppeting via Shared Secret Auth (https://github.com/devture/matrix-synapse-shared-secret-auth).
matrix_mautrix_whatsapp_login_shared_secret: ''
matrix_mautrix_whatsapp_login_shared_secret_map: "{{ {matrix_mautrix_whatsapp_homeserver_domain: matrix_mautrix_whatsapp_login_shared_secret} if matrix_mautrix_whatsapp_login_shared_secret else {} }}"
# Default mautrix-whatsapp configuration template which covers the generic use case.
# You can customize it by controlling the various variables inside it.