소스 검색

Merge pull request #113 from NullIsNot0/master

Fix Matrix homeserver name in Dimension configuration
pull/114/head
Slavi Pantaleev 7 년 전
committed by GitHub
부모
커밋
3719af1c31
No known key found for this signature in database 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.


불러오는 중...
취소
저장