Преглед изворни кода

Closer to working but still not working

pull/1050/head
hanthor пре 4 година
родитељ
комит
71cdb3fc66
1 измењених фајлова са 4 додато и 4 уклоњено
  1. +4
    -4
      roles/matrix-bridge-mautrix-wsproxy/templates/config-ios.yaml.j2

+ 4
- 4
roles/matrix-bridge-mautrix-wsproxy/templates/config-ios.yaml.j2 Прегледај датотеку

@@ -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




Loading…
Откажи
Сачувај