浏览代码

Make maubot communicate with the homeserver via the container network

Supersedes https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2791
pull/2803/head
Slavi Pantaleev 2 年前
父节点
当前提交
ae2f67e15f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/custom/matrix-bot-maubot/templates/config/config.yaml.j2

+ 1
- 1
roles/custom/matrix-bot-maubot/templates/config/config.yaml.j2 查看文件

@@ -60,7 +60,7 @@ server:
homeservers: homeservers:
{{ matrix_domain }}: {{ matrix_domain }}:
# Client-server API URL # Client-server API URL
url: "https://{{ matrix_server_fqn_matrix }}"
url: {{ matrix_homeserver_container_url | to_json }}
# registration_shared_secret from synapse config # registration_shared_secret from synapse config
# You can leave this empty if you don't have access to the homeserver. # You can leave this empty if you don't have access to the homeserver.
# When this is empty, `mbc auth --register` won't work, but `mbc auth` (login) will. # When this is empty, `mbc auth --register` won't work, but `mbc auth` (login) will.


正在加载...
取消
保存