diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-01-26 10:49:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-26 10:49:25 -0500 |
commit | 26837d5dbeae211968b3d52cdc10f005ba612a9f (patch) | |
tree | 7440b45b091bd43cae89990564fb231ff6df1e79 /docs | |
parent | Precompute joined hosts and store in Redis (#9198) (diff) | |
download | synapse-26837d5dbeae211968b3d52cdc10f005ba612a9f.tar.xz |
Do not require the CAS service URL setting (use public_baseurl instead). (#9199)
The current configuration is handled for backwards compatibility, but is considered deprecated.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample_config.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index 87bfe22237..c2ccd68f3a 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -1878,10 +1878,6 @@ cas_config: # #server_url: "https://cas-server.com" - # The public URL of the homeserver. - # - #service_url: "https://homeserver.domain.com:8448" - # The attribute of the CAS response to use as the display name. # # If unset, no displayname will be set. |