Restore seed-wikipedia.js and seed-catalog-data.js so npm run setup works on a fresh clone. Point nginx at the Vite dev client and allow the public hostname in Vite config.
19 lines
465 B
Bash
19 lines
465 B
Bash
DB_HOST=192.168.10.122
|
|
DB_PORT=5432
|
|
DB_USER=gallery
|
|
DB_PASSWORD=gallery
|
|
DB_NAME=Gallery
|
|
|
|
# Production: LAN http://192.168.10.70:3520 and reverse-proxy at gallery.mysuperlab.netcraze.pro
|
|
PORT=3520
|
|
HOST=0.0.0.0
|
|
PUBLIC_URL=http://gallery.mysuperlab.netcraze.pro
|
|
TRUST_PROXY=true
|
|
|
|
IMAGE_DIR=./data/images
|
|
|
|
# Optional — enable extra museum search in fetch-missing-images / search-missing-paintings
|
|
# SMITHSONIAN_API_KEY=
|
|
# HARVARD_ART_API_KEY=
|
|
# FETCH_MAX_WAIT_SEC=10
|