瀏覽代碼

Do not use double quotes around `to_json` values

pull/4166/head
Slavi Pantaleev 1 年之前
committed by GitHub
父節點
當前提交
145cfac54d
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 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.
# 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.
webAPI:


Loading…
取消
儲存