浏览代码

Closer to working but still not working

pull/1050/head
hanthor 5 年前
父节点
当前提交
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



正在加载...
取消
保存