Skip to content

Commit 6c3d9a3

Browse files
committed
fix: corrected the session duration to default to 3600 seconds i.e. 1 hour
1 parent 26acc44 commit 6c3d9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SESSION_SECRET="your-very-secret-and-strong-session-key"
2222
# The total duration of the session in seconds. After this period of
2323
# inactivity, the user will be effectively logged out.
2424
# Default is 3600, which is 1 hour (60 * 60).
25-
SESSION_DURATION=3600000
25+
SESSION_DURATION=3600
2626

2727
# -----------------------------------------------------------------------------
2828
# ZITADEL OpenID Connect (OIDC) Configuration

0 commit comments

Comments
 (0)