Initial commit — PlantGuideScraper project
This commit is contained in:
20
.env.example
Normal file
20
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user