浏览代码

Update group_vars/matrix_servers

Co-authored-by: Slavi Pantaleev <slavi@devture.com>
pull/4068/head
Aine 1年前
committed by GitHub
父节点
当前提交
61a0261db5
找不到此签名对应的密钥 GPG 密钥 ID: B5690EEEBB952194
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
group_vars/matrix_servers 查看文件

@@ -4538,7 +4538,7 @@ matrix_client_fluffychat_scheme: "{{ 'https' if matrix_playbook_ssl_enabled else

matrix_client_fluffychat_container_image_self_build: "{{ matrix_architecture not in ['arm64', 'amd64'] }}"

matrix_client_fluffychat_container_http_host_bind_port: "{{ (matrix_playbook_service_host_bind_interface_prefix ~ '8765') if matrix_playbook_service_host_bind_interface_prefix else '' }}"
matrix_client_fluffychat_container_http_host_bind_port: "{{ (matrix_playbook_service_host_bind_interface_prefix ~ '8770') if matrix_playbook_service_host_bind_interface_prefix else '' }}"

matrix_client_fluffychat_container_network: "{{ matrix_addons_container_network }}"



正在加载...
取消
保存