Remove the uncomments from the comments
This commit is contained in:
parent
72e2fafa20
commit
f15e9e8de4
|
@ -62,11 +62,11 @@ class SlaveConfig(DatabaseConfig):
|
||||||
#replication_url: https://localhost:{replication_port}/_synapse/replication
|
#replication_url: https://localhost:{replication_port}/_synapse/replication
|
||||||
|
|
||||||
listeners: []
|
listeners: []
|
||||||
# Uncomment to enable a ssh manhole listener on the pusher.
|
# Enable a ssh manhole listener on the pusher.
|
||||||
# - type: manhole
|
# - type: manhole
|
||||||
# port: {manhole_port}
|
# port: {manhole_port}
|
||||||
# bind_address: 127.0.0.1
|
# bind_address: 127.0.0.1
|
||||||
# Uncomment to enable a metric listener on the pusher.
|
# Enable a metric listener on the pusher.
|
||||||
# - type: http
|
# - type: http
|
||||||
# port: {metrics_port}
|
# port: {metrics_port}
|
||||||
# bind_address: 127.0.0.1
|
# bind_address: 127.0.0.1
|
||||||
|
|
Loading…
Reference in New Issue