From 71cdb3fc6670127810f002a2ee256f03cfb2dcbf Mon Sep 17 00:00:00 2001 From: hanthor Date: Thu, 13 May 2021 20:11:59 -0400 Subject: [PATCH] Closer to working but still not working --- .../templates/config-ios.yaml.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/matrix-bridge-mautrix-wsproxy/templates/config-ios.yaml.j2 b/roles/matrix-bridge-mautrix-wsproxy/templates/config-ios.yaml.j2 index dd87b2d2c..9b108fa6f 100644 --- a/roles/matrix-bridge-mautrix-wsproxy/templates/config-ios.yaml.j2 +++ b/roles/matrix-bridge-mautrix-wsproxy/templates/config-ios.yaml.j2 @@ -2,8 +2,8 @@ # Homeserver details. homeserver: # The address that this appservice can use to connect to the homeserver. - address: {{ matrix_mautrix_wsproxy_homeserver_domain }} - websocket_proxy: {{ matrix_mautrix_wsproxy_appservice_address }} + address: {{ matrix_mautrix_wsproxy_homeserver_address }} + websocket_proxy: {{ matrix_mautrix_wsproxy_appservice_websocket }} # The domain of the homeserver (for MXIDs, etc). domain: {{ matrix_mautrix_wsproxy_homeserver_domain }} # Application service host/registration related details. @@ -25,8 +25,8 @@ appservice: avatar: mxc://maunium.net/tManJEpANASZvDVzvRvhILdX # Authentication tokens for AS <-> HS communication. Autogenerated; do not modify. - as_token: "This value is generated when generating the registration" - hs_token: "This value is generated when generating the registration" + as_token: "{{ matrix_mautrix_wsproxy_appservice_token }}" + hs_token: "{{ matrix_mautrix_wsproxy_homeserver_token }}" imessage: platform: ios