summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-04-12 10:21:02 +0100
committerErik Johnston <erik@matrix.org>2017-04-12 10:21:02 +0100
commit82301b6c293ddad500897ee2290e7ea38cfc3905 (patch)
treea608bfd401f017c826eff4284e6c478574da9aee /docs
parentUpdate replication docs (diff)
downloadsynapse-82301b6c293ddad500897ee2290e7ea38cfc3905.tar.xz
Remove last reference to worker_replication_url
Diffstat (limited to 'docs')
-rw-r--r--docs/workers.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/workers.rst b/docs/workers.rst
index 7f040c52d9..2d3df91593 100644
--- a/docs/workers.rst
+++ b/docs/workers.rst
@@ -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::