瀏覽代碼

Fix example policy provider configuration for matrix-corporal

Fixes the example, to add the missing required configuration key
for the HTTP policy provider.

Related to #477 (Github Issue).
pull/480/head
Slavi Pantaleev 6 年之前
父節點
當前提交
37b80d0c75
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      docs/configuring-playbook-matrix-corporal.md

+ 2
- 1
docs/configuring-playbook-matrix-corporal.md 查看文件

@@ -26,7 +26,8 @@ matrix_corporal_policy_provider_config: |
"Uri": "https://intranet.example.com/matrix/policy",
"AuthorizationBearerToken": "SOME_SECRET",
"CachePath": "/var/cache/matrix-corporal/last-policy.json",
"ReloadIntervalSeconds": 1800
"ReloadIntervalSeconds": 1800,
"TimeoutMilliseconds": 300
}

# If you also want to enable Matrix Corporal's HTTP API..


Loading…
取消
儲存