Explorar el Código
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
hace 2 años
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
1 adiciones y
1 borrados
-
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 |
|
|
|
|