shared.yaml.j2 295 B

123456789
  1. # This file contains the base for the shared homeserver config file between Synapse workers,
  2. # as part of ./Dockerfile-workers.
  3. # configure_workers_and_start.py uses and amends to this file depending on the workers
  4. # that have been selected.
  5. redis:
  6. enabled: true
  7. {{ shared_worker_config }}