summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-04-21 01:46:07 +0100
committerMatthew Hodgson <matthew@matrix.org>2019-04-21 09:04:24 +0100
commitaf694dd83d01022e75822b704d10ee1962cee088 (patch)
treebbb2b739c32c66d8cc6bbb94376f1c10dc91c419
parentchangelog (diff)
downloadsynapse-af694dd83d01022e75822b704d10ee1962cee088.tar.xz
regenerate sample config
-rw-r--r--docs/sample_config.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml

index ff9f687b3c..4779f7bcc7 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml
@@ -69,6 +69,10 @@ pid_file: DATADIR/homeserver.pid # #use_presence: false +# whether to require users to authenticate in order to query /profile +# endpoints via CS API. this is a workaround in advance of MSC1301 landing +#auth_profile_reqs: false + # The GC threshold parameters to pass to `gc.set_threshold`, if defined # #gc_thresholds: [700, 10, 10]