소스 검색

Synapse Admin - use correct restrictBaseUrl data type by default

pull/4543/head
Aine 11 달 전
부모
커밋
b62b5c3659
No known key found for this signature in database GPG 키 ID: 34969C908CCA2804
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/custom/matrix-synapse-admin/defaults/main.yml

+ 1
- 1
roles/custom/matrix-synapse-admin/defaults/main.yml 파일 보기

@@ -197,7 +197,7 @@ matrix_synapse_admin_configuration: "{{ matrix_synapse_admin_configuration_defau

# Controls the restrictBaseUrl configuration setting, which, if defined,
# restricts the homeserver(s), so that the user can no longer define a homeserver manually during login.
matrix_synapse_admin_config_restrictBaseUrl: "{{ [matrix_homeserver_url] }}" # noqa var-naming
matrix_synapse_admin_config_restrictBaseUrl: "{{ matrix_homeserver_url }}" # noqa var-naming

# Controls the menu configuration setting, which, if defined, adds new menu items to the Synapse Admin UI.
# The format is a list of objects, where each object has the following keys:


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