diff options
Diffstat (limited to 'docker/worker_conf/main.conf')
-rw-r--r-- | docker/worker_conf/main.conf | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docker/worker_conf/main.conf b/docker/worker_conf/main.conf deleted file mode 100644 index 917b82500d..0000000000 --- a/docker/worker_conf/main.conf +++ /dev/null @@ -1,9 +0,0 @@ -# A bit of Synapse config file that will be appended to the main homeserver config file. -# It is intended for generate_shared_worker_config.py to add entries to this file to -# disable functionality as equivalent workers are spun up. - -# TODO: extend the existing `listeners` section. This defines the ports that the -# main process will listen on. - -redis: - enabled: true |