소스 검색

Replace "@user1" with "@alice"

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3833/head
Suguru Hirahara 1 년 전
부모
커밋
42e12917ee
No known key found for this signature in database GPG 키 ID: E4F9743DAB4B7B75
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -1
      docs/configuring-playbook-dimension.md
  2. +1
    -1
      roles/custom/matrix-dimension/defaults/main.yml
  3. +1
    -1
      roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2

+ 1
- 1
docs/configuring-playbook-dimension.md 파일 보기

@@ -20,7 +20,7 @@ These users can modify the integrations this Dimension supports. Add this to you

```yaml
matrix_dimension_admins:
- "@user1:{{ matrix_domain }}"
- "@alice:{{ matrix_domain }}"
- "@user2:{{ matrix_domain }}"
```



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

@@ -16,7 +16,7 @@ matrix_dimension_path_prefix: /
# For information on how to acquire an access token, visit https://t2bot.io/docs/access_tokens
matrix_dimension_access_token: ""

# Users in form: ['@user1:example.com', '@user2:example.com']
# Users in form: ['@alice:example.com', '@user2:example.com']
matrix_dimension_admins: []

# Whether to allow Dimension widgets serve websites with invalid or self signed SSL certificates


+ 1
- 1
roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 파일 보기

@@ -2846,7 +2846,7 @@ opentracing:
# By default, the list is empty.
#
#force_tracing_for_users:
# - "@user1:server_name"
# - "@alice:server_name"
# - "@user2:server_name"

# Jaeger can be configured to sample traces at different rates.


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