Files
2026-moving-helper/.env.example
T

15 lines
246 B
Bash
Raw Normal View History

2026-04-19 13:33:43 +02:00
# Runtime
HOST=0.0.0.0
PORT=10000
# In Docker, keep the database inside the mounted /app/data directory.
DATABASE_URL=sqlite:////app/data/app.db
# Host-side persistent data directory
DATA_DIR=./data
# Container user mapping
UID=1000
GID=1000