9 lines
238 B
Bash
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
|