docs: Update .env.example with security and JWT settings
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user