浏览代码

Fix Matrix homeserver name in Dimension configuration

pull/113/head
Edgars Voroboks 7 年前
父节点
当前提交
1d8fd9792f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/matrix-dimension/defaults/main.yml

+ 1
- 1
roles/matrix-dimension/defaults/main.yml 查看文件

@@ -38,7 +38,7 @@ matrix_dimension_configuration_yaml: |
homeserver: homeserver:
# The domain name of the homeserver. This is used in many places, such as with go-neb # The domain name of the homeserver. This is used in many places, such as with go-neb
# setups, to identify the homeserver. # setups, to identify the homeserver.
name: "{{ matrix_server_fqn_matrix }}"
name: "{{ matrix_domain }}"


# The URL that Dimension, go-neb, and other services provisioned by Dimension should # The URL that Dimension, go-neb, and other services provisioned by Dimension should
# use to access the homeserver with. # use to access the homeserver with.


正在加载...
取消
保存