Files
website/.env.example
2026-06-18 04:11:06 +01:00

9 lines
238 B
Bash

# Build-time: URL of the rate-my-shots API consumed by the photography section
RATE_MY_SHOTS_URL=
# Host port the app is published on
HOST_PORT=3000
# Host directory bind-mounted to /app/data (where the SQLite DB lives)
DATA_DIR=./data