Преглед изворни кода

Add defaults for matrix_hookshot_queue_host and matrix_hookshot_queue_port

pull/3042/head
Slavi Pantaleev пре 2 година
committed by GitHub
родитељ
комит
7d26dabc2f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 5 додато и 0 уклоњено
  1. +5
    -0
      roles/custom/matrix-bridge-hookshot/defaults/main.yml

+ 5
- 0
roles/custom/matrix-bridge-hookshot/defaults/main.yml Прегледај датотеку

@@ -35,6 +35,11 @@ matrix_hookshot_public_endpoint: /hookshot
matrix_hookshot_appservice_port: 9993 matrix_hookshot_appservice_port: 9993
matrix_hookshot_appservice_endpoint: "{{ matrix_hookshot_public_endpoint }}/_matrix/app" matrix_hookshot_appservice_endpoint: "{{ matrix_hookshot_public_endpoint }}/_matrix/app"


# The variables below control the queue parameters and may optionally be pointed to a Redis instance.
# These are required when experimental encryption is enabled (`matrix_hookshot_experimental_encryption_enabled`).
matrix_hookshot_queue_host: ''
matrix_hookshot_queue_port: 6739

# Controls whether the experimental end-to-bridge encryption support is enabled. # Controls whether the experimental end-to-bridge encryption support is enabled.
# This requires that: # This requires that:
# - support to also be enabled in the homeserver, see the documentation of Hookshot. # - support to also be enabled in the homeserver, see the documentation of Hookshot.


Loading…
Откажи
Сачувај