summary refs log tree commit diff
path: root/docker/conf-workers/shared.yaml.j2
blob: f94b8c6aca0feaa43c679b7dfa2bed2c1669746f (plain) (blame)
1
2
3
4
5
6
7
8
9
# 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 }}