12 lines
288 B
Text
12 lines
288 B
Text
|
|
# Database configuration
|
||
|
|
DOOF_DB=./data/doof.sqlite
|
||
|
|
|
||
|
|
# Production flag (set to "true" in production)
|
||
|
|
DOOF_PROD=false
|
||
|
|
|
||
|
|
# Frontend development server URL (used when DOOF_PROD=false)
|
||
|
|
FRONTEND_DEV_URL=http://localhost:8080/
|
||
|
|
|
||
|
|
# Server port (used in containerized deployments)
|
||
|
|
# DOOF_PORT=8000
|