summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-06-10 17:31:45 +0100
committerBrendan Abolivier <babolivier@matrix.org>2019-06-10 17:31:45 +0100
commit389aa20170fd3f5ebddffef38e72ccf2e4e917ec (patch)
tree01ac3c3cc9be0f86bcdb6f28bada804d9ca3f48e /docs
parentLint (diff)
downloadsynapse-389aa20170fd3f5ebddffef38e72ccf2e4e917ec.tar.xz
Generate sample config
Diffstat (limited to 'docs')
-rw-r--r--docs/sample_config.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml

index ca8f6c406d..7fa561aa03 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml
@@ -282,6 +282,11 @@ listeners: # #allow_per_room_profiles: false +# Whether to show the users on this homeserver in the user directory. Defaults to +# 'true'. +# +#show_users_in_user_directory: false + ## TLS ##