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>
13 lines
279 B
Bash
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
|