Browse Source

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 years ago
committed by GitHub
parent
commit
66706e4535
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/custom/matrix-bridge-hookshot/templates/config.yml.j2

+ 1
- 1
roles/custom/matrix-bridge-hookshot/templates/config.yml.j2 View File

@@ -112,7 +112,7 @@ queue:
monolithic: true monolithic: true
port: {{ matrix_hookshot_queue_port | default('6379') }} port: {{ matrix_hookshot_queue_port | default('6379') }}
host: {{ matrix_hookshot_queue_host }} host: {{ matrix_hookshot_queue_host }}
{& endif %}
{% endif %}
{% if matrix_hookshot_experimental_encryption_enabled %} {% if matrix_hookshot_experimental_encryption_enabled %}
experimentalEncryption: experimentalEncryption:
storagePath: /data/encryption storagePath: /data/encryption


Loading…
Cancel
Save