diff options
author | Mathieu Velten <matmaul@gmail.com> | 2020-12-31 17:39:24 +0100 |
---|---|---|
committer | Mathieu Velten <matmaul@gmail.com> | 2020-12-31 17:39:24 +0100 |
commit | 1acb2d9ee10311dc76eaa5caa2931ca9681893f7 (patch) | |
tree | 670c8ae02c176437813392043b82bbd410002664 | |
parent | Various fixes + force TLS disabled (diff) | |
download | synapse-1acb2d9ee10311dc76eaa5caa2931ca9681893f7.tar.xz |
Remove replication listener from the global template
-rw-r--r-- | docker/conf/homeserver.yaml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docker/conf/homeserver.yaml b/docker/conf/homeserver.yaml index 75202f2b33..d81737fab8 100644 --- a/docker/conf/homeserver.yaml +++ b/docker/conf/homeserver.yaml @@ -51,15 +51,6 @@ listeners: - names: [federation] compress: false - {% if SYNAPSE_WORKERS %} - # The HTTP replication port - - port: 9093 - bind_address: '127.0.0.1' - type: http - resources: - - names: [replication] - {% endif %} - ## Database ## {% if POSTGRES_PASSWORD %} |