Reduce session timeout to 1 minute

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-12 22:40:19 +01:00
parent bc147f4527
commit 10fa579de1

View File

@@ -10,7 +10,7 @@ database_id = "b94e3f71-816d-455b-a89d-927fa49532d0"
# Environment variables
[vars]
SESSION_TIMEOUT = "300000" # 5 minutes in milliseconds
SESSION_TIMEOUT = "60000" # 1 minute in milliseconds
CORS_ORIGINS = "*" # Comma-separated list of allowed origins
VERSION = "unknown" # Set to git commit hash before deploying