mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-07 21:13:55 +00:00
11 lines
179 B
Plaintext
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
|