瀏覽代碼
Update roles/custom/matrix-bridge-hookshot/templates/config.yml.j2
fix for a typo
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
pull/3042/head
Joshua Hoffmann
2 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有
1 個檔案被更改,包括
1 行新增 和
1 行删除
-
roles/custom/matrix-bridge-hookshot/templates/config.yml.j2
|
|
|
@@ -112,7 +112,7 @@ queue: |
|
|
|
monolithic: true |
|
|
|
port: {{ matrix_hookshot_queue_port | default('6379') }} |
|
|
|
host: {{ matrix_hookshot_queue_host }} |
|
|
|
{& endif %} |
|
|
|
{% endif %} |
|
|
|
{% if matrix_hookshot_experimental_encryption_enabled %} |
|
|
|
experimentalEncryption: |
|
|
|
storagePath: /data/encryption |
|
|
|
|