Преглед изворни кода
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
No known key found for this signature in database
GPG Key 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 |
|
|
|
|