1
0

Remove replication listener from the global template

This commit is contained in:
Mathieu Velten
2020-12-31 17:39:24 +01:00
parent f73e9db981
commit 1acb2d9ee1

View File

@@ -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 %}