Pārlūkot izejas kodu
Make automatic Redis enabling safer, when Hookshot encryption enabled
If we ever default encryption to enabled for Hookshot, we only wish to force-enable Redis if Hookshot is actually enabled.
pull/3042/head
Slavi Pantaleev
pirms 2 gadiem
committed by
GitHub
vecāks
revīzija
6a81fa208f
Šim parakstam datu bāzē netika atrasta zināma atslēga
GPG atslēgas ID: 4AEE18F83AFDEB23
1 mainītis faili ar
1 papildinājumiem un
1 dzēšanām
-
group_vars/matrix_servers
|
|
|
@@ -3359,7 +3359,7 @@ ntfy_visitor_request_limit_exempt_hosts_hostnames_auto: | |
|
|
|
# |
|
|
|
###################################################################### |
|
|
|
|
|
|
|
redis_enabled: "{{ matrix_synapse_workers_enabled or matrix_hookshot_experimental_encryption_enabled }}" |
|
|
|
redis_enabled: "{{ matrix_synapse_workers_enabled or (matrix_hookshot_enabled and matrix_hookshot_experimental_encryption_enabled) }}" |
|
|
|
|
|
|
|
redis_identifier: matrix-redis |
|
|
|
|
|
|
|
|