From af694dd83d01022e75822b704d10ee1962cee088 Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Sun, 21 Apr 2019 01:46:07 +0100 Subject: [PATCH] regenerate sample config --- docs/sample_config.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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]