Initial commit — PlantGuideScraper project

This commit is contained in:
Trey T
2026-04-12 09:54:27 -05:00
commit 6926f502c5
87 changed files with 29120 additions and 0 deletions

20
.env.example Normal file
View File

@@ -0,0 +1,20 @@
# Database
DATABASE_URL=sqlite:////data/db/plants.sqlite
# Redis
REDIS_URL=redis://redis:6379/0
# Storage paths
IMAGES_PATH=/data/images
EXPORTS_PATH=/data/exports
# API Keys (user-provided)
FLICKR_API_KEY=
FLICKR_API_SECRET=
INATURALIST_APP_ID=
INATURALIST_APP_SECRET=
TREFLE_API_KEY=
# Optional settings
LOG_LEVEL=INFO
CELERY_CONCURRENCY=4