]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Documentation: fix session cookie config type
authorshamoon <4887959+shamoon@users.noreply.github.com>
Fri, 20 Sep 2024 02:20:13 +0000 (19:20 -0700)
committerGitHub <noreply@github.com>
Fri, 20 Sep 2024 02:20:13 +0000 (19:20 -0700)
docs/configuration.md

index 301e86fc238a8dfa4f68eb5548ff915f3bf1e09b..5b0434aaf0eaf0131259e1679074cf60232e563b 100644 (file)
@@ -611,7 +611,7 @@ You can optionally also automatically redirect users to the SSO login with [PAPE
 : Only applies to regular (non-SSO) accounts. See the corresponding
 [django-allauth documentation](https://docs.allauth.org/en/latest/account/configuration.html)
 
-#### [`PAPERLESS_SESSION_COOKIE_AGE=<bool>`](#PAPERLESS_SESSION_COOKIE_AGE) {#PAPERLESS_SESSION_COOKIE_AGE}
+#### [`PAPERLESS_SESSION_COOKIE_AGE=<int>`](#PAPERLESS_SESSION_COOKIE_AGE) {#PAPERLESS_SESSION_COOKIE_AGE}
 
 : Default login cookie expiration. Applies to regular logins if remember is enabled and always for SSO logins. See the corresponding
 [django documentation](https://docs.djangoproject.com/en/5.1/ref/settings/#std-setting-SESSION_COOKIE_AGE)