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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user