Переглянути джерело

Do not use double quotes around `to_json` values

pull/4166/head
Slavi Pantaleev 1 рік тому
committed by GitHub
джерело
коміт
145cfac54d
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: B5690EEEBB952194
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      roles/custom/matrix-appservice-draupnir-for-all/templates/production-appservice.yaml.j2

+ 1
- 1
roles/custom/matrix-appservice-draupnir-for-all/templates/production-appservice.yaml.j2 Переглянути файл

@@ -19,7 +19,7 @@ db:


# A room you have created that scopes who can access the appservice. # A room you have created that scopes who can access the appservice.
# See docs/access_control.md # See docs/access_control.md
adminRoom: "{{ matrix_appservice_draupnir_for_all_config_adminRoom | to_json }}"
adminRoom: {{ matrix_appservice_draupnir_for_all_config_adminRoom | to_json }}


# This is a web api that the widget connects to in order to interact with the appservice. # This is a web api that the widget connects to in order to interact with the appservice.
webAPI: webAPI:


Завантаження…
Відмінити
Зберегти