Files
website/.env.example
T
luis 8c3bbdb3dd
Build and Deploy / build-deploy (push) Successful in 1m1s
Add footer and SEO
2026-06-18 03:39:58 +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