docs: Update .env.example with security and JWT settings

This commit is contained in:
Yunxiao Xu
2026-02-11 16:44:17 -08:00
parent b23fbce8d0
commit 156e1f7512

View File

@@ -8,6 +8,11 @@ DATA_STATE=new_jersey
LOG_LEVEL=INFO LOG_LEVEL=INFO
DEV_MODE=false DEV_MODE=false
# Security & JWT Configuration
SECRET_KEY=change-me-in-production
ALGORITHM=HS256
ACCESS_TOKEN_EXPIRE_MINUTES=30
# Voter Database Configuration # Voter Database Configuration
DB_HOST=localhost DB_HOST=localhost
DB_PORT=5432 DB_PORT=5432