| @@ -2,8 +2,8 @@ | |||||
| # Homeserver details. | # Homeserver details. | ||||
| homeserver: | homeserver: | ||||
| # The address that this appservice can use to connect to the 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). | # The domain of the homeserver (for MXIDs, etc). | ||||
| domain: {{ matrix_mautrix_wsproxy_homeserver_domain }} | domain: {{ matrix_mautrix_wsproxy_homeserver_domain }} | ||||
| # Application service host/registration related details. | # Application service host/registration related details. | ||||
| @@ -25,8 +25,8 @@ appservice: | |||||
| avatar: mxc://maunium.net/tManJEpANASZvDVzvRvhILdX | avatar: mxc://maunium.net/tManJEpANASZvDVzvRvhILdX | ||||
| # Authentication tokens for AS <-> HS communication. Autogenerated; do not modify. | # 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: | imessage: | ||||
| platform: ios | platform: ios | ||||