Просмотр исходного кода
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
Родитель
Сommit
66706e4535
Не найден GPG ключ соответствующий данной подписи
Идентификатор GPG ключа: 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 |
|
|
|
|