diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-12-15 19:15:55 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-12-15 19:15:55 +0000 |
commit | 62ac8b9c0db62ba42934b432b10fa9d87ee68434 (patch) | |
tree | 94b779016fd1591a9a2e1d5f68448a03f3d27823 /docker/worker_conf/main.conf | |
parent | major wip (diff) | |
download | synapse-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.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 |