Remove last reference to worker_replication_url

This commit is contained in:
Erik Johnston 2017-04-12 10:21:02 +01:00
parent 6f65e2f90c
commit 82301b6c29

View file

@ -45,7 +45,8 @@ e.g. the HTTP listener that it provides (if any); logging configuration; etc.
You should minimise the number of overrides though to maintain a usable config.
You must specify the type of worker application (worker_app) and the replication
endpoint that it's talking to on the main synapse process (worker_replication_url).
endpoint that it's talking to on the main synapse process (worker_replication_host
and worker_replication_port).
For instance::