Files
Art-gallery/.env.example
T
Danila Khodjaef 2b4274093e Add seed scripts, proxy Vite on public domain, and seed painting images.
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.
2026-07-03 13:52:57 +03:00

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