summary refs log tree commit diff
path: root/docker/worker_conf/main.conf
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-12-15 19:15:55 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-12-15 19:15:55 +0000
commit62ac8b9c0db62ba42934b432b10fa9d87ee68434 (patch)
tree94b779016fd1591a9a2e1d5f68448a03f3d27823 /docker/worker_conf/main.conf
parentmajor wip (diff)
downloadsynapse-62ac8b9c0db62ba42934b432b10fa9d87ee68434.tar.xz
Get Synapse main and worker process startup working!
Diffstat (limited to 'docker/worker_conf/main.conf')
-rw-r--r--docker/worker_conf/main.conf9
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