Files
Art-gallery/.env.example
T
Danila KhodjaefandCursor 35c337253d Improve batch image fetch speed and document the pipeline.
Add random queue sampling and a 10s per-painting deadline for fetch-images batches, cap HTTP timeouts to the remaining budget, and update docs plus newly fetched artwork files.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-19 17:59:32 +03:00

13 lines
279 B
Bash

DB_HOST=192.168.10.122
DB_PORT=5432
DB_USER=gallery
DB_PASSWORD=
DB_NAME=Gallery
PORT=3001
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