NODE_ENV=development PORT=3000 # Directory (relative to cwd) containing *.json key descriptors KEYS_DIR=keys # SQLite database path DB_PATH=data/sessions.db # Playwright executable (set in Docker; leave empty to use system default) # PLAYWRIGHT_CHROMIUM_EXECUTABLE_PATH=/usr/bin/chromium # Session lifecycle # Close open sessions that have been idle for longer than this many minutes SESSION_IDLE_TIMEOUT_MINUTES=30 # Delete closed sessions whose updatedAt is older than this many days SESSION_DELETE_CLOSED_DAYS=7