feat(backend): services PlantNet et YOLO pour identification de plantes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-22 12:17:23 +01:00
parent 6ca233d720
commit 2e67e9cb02
3 changed files with 86 additions and 3 deletions

View File

@@ -1,5 +1,8 @@
BACKEND_PORT=8000
CORS_ORIGINS=http://localhost:5173,http://localhost
BACKEND_PORT=8060
CORS_ORIGINS=http://localhost:5173,http://localhost:8061
DATABASE_URL=sqlite:////data/jardin.db
UPLOAD_DIR=/data/uploads
VITE_API_URL=http://localhost:8000
VITE_API_URL=http://localhost:8060
PLANTNET_API_KEY=2b1088cHCJ4c7Cn2Vqq67xfve
AI_SERVICE_URL=http://ai-service:8070
REDIS_URL=redis://redis:6379