Просмотр исходного кода

Closer to working but still not working

pull/1050/head
hanthor 4 лет назад
Родитель
Сommit
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:
# 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



Загрузка…
Отмена
Сохранить