Update sample config

This commit is contained in:
Erik Johnston 2019-03-19 16:47:04 +00:00
parent 0891202629
commit 855bf4658d

View File

@ -954,6 +954,8 @@ password_config:
# User Directory configuration # 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 # 'search_all_users' defines whether to search all users visible to your HS
# when searching the user directory, rather than limiting to users visible # 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 # 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. # on your database to tell it to rebuild the user_directory search indexes.
# #
#user_directory: #user_directory:
# enabled: true
# search_all_users: false # search_all_users: false