We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26acc44 commit 6c3d9a3Copy full SHA for 6c3d9a3
.env.example
@@ -22,7 +22,7 @@ SESSION_SECRET="your-very-secret-and-strong-session-key"
22
# The total duration of the session in seconds. After this period of
23
# inactivity, the user will be effectively logged out.
24
# Default is 3600, which is 1 hour (60 * 60).
25
-SESSION_DURATION=3600000
+SESSION_DURATION=3600
26
27
# -----------------------------------------------------------------------------
28
# ZITADEL OpenID Connect (OIDC) Configuration
0 commit comments