Configure hosting for gallery.mysuperlab.netcraze.pro and LAN access, enhance movement gallery textures with period-appropriate painted materials, dedupe influenced-by API responses via painting_influence_sources, and refresh several painting image files. Co-authored-by: Cursor <cursoragent@cursor.com>
19 lines
458 B
Bash
19 lines
458 B
Bash
DB_HOST=192.168.10.122
|
|
DB_PORT=5432
|
|
DB_USER=gallery
|
|
DB_PASSWORD=
|
|
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
|