From 62ac8b9c0db62ba42934b432b10fa9d87ee68434 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 15 Dec 2020 19:15:55 +0000 Subject: Get Synapse main and worker process startup working! --- docker/worker_conf/main.conf | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 docker/worker_conf/main.conf (limited to 'docker/worker_conf/main.conf') 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 -- cgit 1.5.1