diff options
author | richvdh <richvdh@users.noreply.github.com> | 2021-11-08 14:13:38 +0000 |
---|---|---|
committer | richvdh <richvdh@users.noreply.github.com> | 2021-11-08 14:13:38 +0000 |
commit | 9cc1195248e52161fd754eefe38b32ab9aa2fc9a (patch) | |
tree | 132b1acb4f97f07722f35b0bdd5d18759e4f3745 /develop/usage | |
parent | deploy: 02742fd0584a1b07f69541ed2c49a4c83ca016ee (diff) | |
download | synapse-9cc1195248e52161fd754eefe38b32ab9aa2fc9a.tar.xz |
deploy: 86a497efaa60cf0e456103724c369e5172ea5485
Diffstat (limited to 'develop/usage')
-rw-r--r-- | develop/usage/configuration/homeserver_sample_config.html | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/develop/usage/configuration/homeserver_sample_config.html b/develop/usage/configuration/homeserver_sample_config.html index e7304b4879..6f53fda580 100644 --- a/develop/usage/configuration/homeserver_sample_config.html +++ b/develop/usage/configuration/homeserver_sample_config.html @@ -283,6 +283,8 @@ pid_file: DATADIR/homeserver.pid # Otherwise, it should be the URL to reach Synapse's client HTTP listener (see # 'listeners' below). # +# Defaults to 'https://<server_name>/'. +# #public_baseurl: https://example.com/ # Uncomment the following to tell other servers to send federation traffic on @@ -1457,7 +1459,7 @@ oembed: # in on this server. # # (By default, no suggestion is made, so it is left up to the client. -# This setting is ignored unless public_baseurl is also set.) +# This setting is ignored unless public_baseurl is also explicitly set.) # #default_identity_server: https://matrix.org @@ -1482,8 +1484,6 @@ oembed: # by the Matrix Identity Service API specification: # https://matrix.org/docs/spec/identity_service/latest # -# If a delegate is specified, the config option public_baseurl must also be filled out. -# account_threepid_delegates: #email: https://example.com # Delegate email sending to example.com #msisdn: http://localhost:8090 # Delegate SMS sending to this local process @@ -2173,11 +2173,10 @@ sso: # phishing attacks from evil.site. To avoid this, include a slash after the # hostname: "https://my.client/". # - # If public_baseurl is set, then the login fallback page (used by clients - # that don't natively support the required login flows) is whitelisted in - # addition to any URLs in this list. + # The login fallback page (used by clients that don't natively support the + # required login flows) is whitelisted in addition to any URLs in this list. # - # By default, this list is empty. + # By default, this list contains only the login fallback page. # #client_whitelist: # - https://riot.im/develop |