Przeglądaj źródła

Update roles/matrix-cactus-comments/templates/cactus_appservice.yaml.j2

Co-authored-by: Slavi Pantaleev <slavi@devture.com>
pull/2089/head
Julian-Samuel Gebühr 3 lat temu
committed by GitHub
rodzic
commit
cac9fbd5c0
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      roles/matrix-cactus-comments/templates/cactus_appservice.yaml.j2

+ 2
- 2
roles/matrix-cactus-comments/templates/cactus_appservice.yaml.j2 Wyświetl plik

@@ -7,8 +7,8 @@ url: "http://matrix-cactus-comments:{{ matrix_cactus_comments_container_port }}"
# Unique tokens used to authenticate requests between our service and the # Unique tokens used to authenticate requests between our service and the
# homeserver (and the other way). Use the sha256 hashes of something random. # homeserver (and the other way). Use the sha256 hashes of something random.
# CHANGE THESE VALUES. # CHANGE THESE VALUES.
as_token: "{{ matrix_cactus_comments_as_token }}"
hs_token: "{{ matrix_cactus_comments_hs_token }}"
as_token: {{ matrix_cactus_comments_as_token | to_json }}
hs_token: {{ matrix_cactus_comments_hs_token | to_json }}


# User associated with our service. In this case "@cactusbot:example.com" # User associated with our service. In this case "@cactusbot:example.com"
sender_localpart: "{{ matrix_cactus_comments_user_id }}" sender_localpart: "{{ matrix_cactus_comments_user_id }}"


Ładowanie…
Anuluj
Zapisz