commit 21a17b771743b23ee41d11a90ed8fdc3433468ce
Author: jableader <jacobdunk@gmail.com>
Date: Mon Oct 20 00:12:02 2025 +1100
Completed tooling improvements, fixed remaining errors
commit 7db48e222e3aa1065c326197c33ba6439720f65a
Author: jableader <jacobdunk@gmail.com>
Date: Sun Oct 19 22:05:37 2025 +1100
autoformat
commit 5705ce24b64c2aa6f0b9426730a479165fa97e2a
Author: jableader <jacobdunk@gmail.com>
Date: Sun Oct 19 22:05:29 2025 +1100
tooling changes
commit f0a6b2fd147bb86b484927afd57b9ba0ac07bf47
Author: jableader <jacobdunk@gmail.com>
Date: Sun Oct 19 21:25:49 2025 +1100
Plan
11 lines
288 B
Text
11 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
|