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 /changelog.d | |
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 'changelog.d')
-rw-r--r-- | changelog.d/9199.removal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9199.removal b/changelog.d/9199.removal new file mode 100644 index 0000000000..fbd2916cbf --- /dev/null +++ b/changelog.d/9199.removal @@ -0,0 +1 @@ +The `service_url` parameter in `cas_config` is deprecated in favor of `public_baseurl`. |