瀏覽代碼

Fix documentation bug in configuring-playbook-bridge-mautrix-signal.md

With the `|` the yaml is interpreted and saved to the configuration as a string and mautrix-signal doesn't start.
pull/3194/head
Benjamin Kampmann 2 年之前
committed by GitHub
父節點
當前提交
11f6e2e810
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: B5690EEEBB952194
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      docs/configuring-playbook-bridge-mautrix-signal.md

+ 1
- 1
docs/configuring-playbook-bridge-mautrix-signal.md 查看文件

@@ -45,7 +45,7 @@ This will add the admin permission to the specific user, while keeping the defau


In case you want to replace the default permissions settings **completely**, populate the following item within your `vars.yml` file: In case you want to replace the default permissions settings **completely**, populate the following item within your `vars.yml` file:
```yaml ```yaml
matrix_mautrix_signal_bridge_permissions: |
matrix_mautrix_signal_bridge_permissions:
'@ADMIN:YOUR_DOMAIN': admin '@ADMIN:YOUR_DOMAIN': admin
'@USER:YOUR_DOMAIN' : user '@USER:YOUR_DOMAIN' : user
``` ```


Loading…
取消
儲存