From 1c751168c6e237a29dd0cf00b771e8ea3ca961f1 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sun, 24 Nov 2024 23:49:09 +0000 Subject: [PATCH] check-in missed example config changes Signed-off-by: Jason Volk --- conduwuit-example.toml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/conduwuit-example.toml b/conduwuit-example.toml index 2f3da71f..78136efb 100644 --- a/conduwuit-example.toml +++ b/conduwuit-example.toml @@ -158,6 +158,10 @@ # #eventidshort_cache_capacity = varies by system +# This item is undocumented. Please contribute documentation for it. +# +#eventid_pdu_cache_capacity = varies by system + # This item is undocumented. Please contribute documentation for it. # #shortstatekey_cache_capacity = varies by system @@ -1350,6 +1354,13 @@ [global.well_known] +# The server URL that the client well-known file will serve. This should +# not contain a port, and should just be a valid HTTPS URL. +# +# example: "https://matrix.example.com" +# +#client = + # The server base domain of the URL with a specific port that the server # well-known file will serve. This should contain a port at the end, and # should not be a URL. @@ -1358,13 +1369,6 @@ # #server = -# The server URL that the client well-known file will serve. This should -# not contain a port, and should just be a valid HTTPS URL. -# -# example: "https://matrix.example.com" -# -#client = - # This item is undocumented. Please contribute documentation for it. # #support_page =