check-in missed example config changes
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
a582d0559a
commit
1c751168c6
1 changed files with 11 additions and 7 deletions
|
@ -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 =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue