summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-03-19 16:47:04 +0000
committerErik Johnston <erik@matrix.org>2019-03-19 16:47:04 +0000
commit855bf4658d394cea5f42590092cfcca011abf5c1 (patch)
treec337a2e65bbec2f975da94f059e88d52c6bc83b7
parentNewsfile (diff)
downloadsynapse-855bf4658d394cea5f42590092cfcca011abf5c1.tar.xz
Update sample config
-rw-r--r--docs/sample_config.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml

index f9886a900d..f242b1ffbc 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml
@@ -954,6 +954,8 @@ password_config: # User Directory configuration # +# 'enabled' defines whether users can search the user directory, +# defaults to True. # 'search_all_users' defines whether to search all users visible to your HS # when searching the user directory, rather than limiting to users visible # in public rooms. Defaults to false. If you set it True, you'll have to run @@ -961,6 +963,7 @@ password_config: # on your database to tell it to rebuild the user_directory search indexes. # #user_directory: +# enabled: true # search_all_users: false