Update seahub_settings_py.md

This commit is contained in:
lian 2021-08-03 12:58:40 +08:00 committed by GitHub
parent 16a004ec8c
commit 58a811f49b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -325,7 +325,7 @@ ENABLE_GET_AUTH_TOKEN_BY_SESSION = True
# Redirect url when user logout Seafile.
# Usually configured as Single Logout url.
LOGOUT_REDIRECT_URL = 'https://www.bing.com'
LOGOUT_REDIRECT_URL = 'http{s}://www.example-url.com'
```