check-in missed example config changes

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-11-24 23:49:09 +00:00
parent a582d0559a
commit 1c751168c6

View file

@ -158,6 +158,10 @@
# #
#eventidshort_cache_capacity = varies by system #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. # This item is undocumented. Please contribute documentation for it.
# #
#shortstatekey_cache_capacity = varies by system #shortstatekey_cache_capacity = varies by system
@ -1350,6 +1354,13 @@
[global.well_known] [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 # 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 # well-known file will serve. This should contain a port at the end, and
# should not be a URL. # should not be a URL.
@ -1358,13 +1369,6 @@
# #
#server = #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. # This item is undocumented. Please contribute documentation for it.
# #
#support_page = #support_page =