reverting ports

This commit is contained in:
hanthor 2021-05-21 16:06:29 -04:00
parent 71cdb3fc66
commit f5d884edd8
2 changed files with 6 additions and 1 deletions

View File

@ -486,6 +486,10 @@ matrix_mautrix_wsproxy_homeserver_token: "{{ matrix_synapse_macaroon_secret_key
matrix_mautrix_wsproxy_appservice_token: "{{ matrix_synapse_macaroon_secret_key | password_hash('sha512', 'wsproxy.as.token') | to_uuid }}"
matrix_mautrix_imessage_homeserver_token: "{{ matrix_synapse_macaroon_secret_key | password_hash('sha512', 'imessage.hs.token') | to_uuid }}"
matrix_mautrix_imessage_appservice_token: "{{ matrix_synapse_macaroon_secret_key | password_hash('sha512', 'imessage.as.token') | to_uuid }}"
matrix_mautrix_wsproxy_login_shared_secret: "{{ matrix_synapse_ext_password_provider_shared_secret_auth_shared_secret if matrix_synapse_ext_password_provider_shared_secret_auth_enabled else '' }}"
# Postgres is the default, except if not using `matrix_postgres` (internal postgres)

View File

@ -14,7 +14,8 @@ matrix_mautrix_wsproxy_data_path: "{{ matrix_mautrix_wsproxy_base_path }}/data"
matrix_mautrix_wsproxy_homeserver_address: "{{ matrix_homeserver_container_url }}"
matrix_mautrix_wsproxy_homeserver_domain: "{{ matrix_domain }}"
matrix_mautrix_wsproxy_appservice_address: "http://matrix-mautrix-wsproxy:29331"
matrix_mautrix_wsproxy_appservice_address: "http://localhost:29331"
matrix_mautrix_wsproxy_appservice_websocket: "ws://localhost:29331"
# A list of extra arguments to pass to the container
matrix_mautrix_wsproxy_container_extra_arguments: []