summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2016-05-31 17:24:50 +0100
committerDavid Baker <dave@matrix.org>2016-05-31 17:24:50 +0100
commit6ca4d3ae9add2cf2bab3cf074072d7a7bb0b6553 (patch)
tree397dad136a289e20ef4417b5b47483b42880474a /synapse
parentApparently I am not permitted to have two blank lines here (diff)
downloadsynapse-6ca4d3ae9add2cf2bab3cf074072d7a7bb0b6553.tar.xz
Add vector.im to default secondary_directory_servers and add comment explaining it's not a permanent solution
Diffstat (limited to 'synapse')
-rw-r--r--synapse/config/server.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/synapse/config/server.py b/synapse/config/server.py

index 8d554d749d..c2d8f8a52f 100644 --- a/synapse/config/server.py +++ b/synapse/config/server.py
@@ -159,8 +159,12 @@ class ServerConfig(Config): # A list of other Home Servers to fetch the public room directory from # and include in the public room directory of this home server + # This is a temporary stopgap solution to populate new server with a + # list of rooms until there exists a good solution of a decentralized + # room directory. # secondary_directory_servers: # - matrix.org + # - vector.im # List of ports that Synapse should listen on, their purpose and their # configuration.