Explorar el Código

Merge pull request #3283 from TheDevMinerTV/fix/hookshot/redis-port

fix(hookshot): incorrect Redis port
pull/3286/head
Slavi Pantaleev hace 1 año
committed by GitHub
padre
commit
5dd450d690
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: B5690EEEBB952194
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/custom/matrix-bridge-hookshot/defaults/main.yml

+ 1
- 1
roles/custom/matrix-bridge-hookshot/defaults/main.yml Ver fichero

@@ -44,7 +44,7 @@ matrix_hookshot_appservice_endpoint: "{{ matrix_hookshot_public_endpoint }}/_mat
# Using caching is required when experimental encryption is enabled (`matrix_hookshot_experimental_encryption_enabled`) # Using caching is required when experimental encryption is enabled (`matrix_hookshot_experimental_encryption_enabled`)
# but may also speed up Hookshot startup, etc. # but may also speed up Hookshot startup, etc.
matrix_hookshot_cache_redis_host: '' matrix_hookshot_cache_redis_host: ''
matrix_hookshot_cache_redis_port: 6739
matrix_hookshot_cache_redis_port: 6379
matrix_hookshot_cache_redisUri: "{{ ('redis://' + matrix_hookshot_cache_redis_host + ':' + matrix_hookshot_cache_redis_port) if matrix_hookshot_cache_redis_host else '' }}" # noqa var-naming matrix_hookshot_cache_redisUri: "{{ ('redis://' + matrix_hookshot_cache_redis_host + ':' + matrix_hookshot_cache_redis_port) if matrix_hookshot_cache_redis_host else '' }}" # noqa var-naming


# Controls whether the experimental end-to-bridge encryption support is enabled. # Controls whether the experimental end-to-bridge encryption support is enabled.


Cargando…
Cancelar
Guardar