mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -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 }}
|