Kaynağa Gözat

fix(hookshot): incorrect Redis port

The default Redis port is 6379, not 6739.
pull/3283/head
DevMiner 1 yıl önce
committed by GitHub
ebeveyn
işleme
759d0fa7ed
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: B5690EEEBB952194
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      roles/custom/matrix-bridge-hookshot/defaults/main.yml

+ 1
- 1
roles/custom/matrix-bridge-hookshot/defaults/main.yml Dosyayı Görüntüle

@@ -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`)
# but may also speed up Hookshot startup, etc.
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

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


Yükleniyor…
İptal
Kaydet