Files
comaps/webapp/.env.example
2025-10-25 15:38:41 -07:00

11 lines
179 B
Plaintext

# Server Configuration
PORT=3000
NODE_ENV=development
# Database
DATABASE_PATH=./location_sharing.db
# Session Configuration
SESSION_EXPIRY_HOURS=24
CLEANUP_INTERVAL_MINUTES=60