Bladeren bron
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 jaren geleden
committed by
GitHub
bovenliggende
commit
66706e4535
Geen bekende sleutel gevonden voor deze handtekening in de database
GPG sleutel-ID: 4AEE18F83AFDEB23
1 gewijzigde bestanden met
toevoegingen van 1 en
1 verwijderingen
-
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 |
|
|
|
|