mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
9 lines
295 B
Plaintext
9 lines
295 B
Plaintext
|
# This file contains the base for the shared homeserver config file between Synapse workers,
|
||
|
# as part of ./Dockerfile-workers.
|
||
|
# configure_workers_and_start.py uses and amends to this file depending on the workers
|
||
|
# that have been selected.
|
||
|
|
||
|
redis:
|
||
|
enabled: true
|
||
|
|
||
|
{{ shared_worker_config }}
|