瀏覽代碼

Merge pull request #113 from NullIsNot0/master

Fix Matrix homeserver name in Dimension configuration
pull/114/head
Slavi Pantaleev 7 年之前
committed by GitHub
父節點
當前提交
3719af1c31
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 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:
# The domain name of the homeserver. This is used in many places, such as with go-neb
# 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
# use to access the homeserver with.


Loading…
取消
儲存