mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-08-26 08:41:33 +02:00
Compare commits
2 Commits
05ed4e1eb8
...
5dd450d690
Author | SHA1 | Date | |
---|---|---|---|
|
5dd450d690 | ||
|
759d0fa7ed |
@@ -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.
|
||||
|
Reference in New Issue
Block a user