summary refs log tree commit diff
diff options
context:
space:
mode:
authorMathieu Velten <matmaul@gmail.com>2020-12-31 17:39:24 +0100
committerMathieu Velten <matmaul@gmail.com>2020-12-31 17:39:24 +0100
commit1acb2d9ee10311dc76eaa5caa2931ca9681893f7 (patch)
tree670c8ae02c176437813392043b82bbd410002664
parentVarious fixes + force TLS disabled (diff)
downloadsynapse-1acb2d9ee10311dc76eaa5caa2931ca9681893f7.tar.xz
Remove replication listener from the global template
-rw-r--r--docker/conf/homeserver.yaml9
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 %}