This commit is contained in:
2026-04-01 17:28:24 +03:30
parent c97b90bfaf
commit 69dd005355
9 changed files with 558 additions and 97 deletions
+9 -2
View File
@@ -5,8 +5,8 @@ ALLOWED_HOSTS=node.crop-logic.ir,crop-logic.ir,localhost,127.0.0.1,0.0.0.0
# Database (MySQL)
DB_ENGINE=django.db.backends.mysql
DB_NAME=croplogic
DB_USER=croplogic
DB_NAME=backend
DB_USER=backend
DB_PASSWORD=changeme
DB_HOST=db
DB_PORT=3306
@@ -28,3 +28,10 @@ SENSOR_HUB_SERVICE_BASE_URL=https://sensor-hub.example.com
SENSOR_HUB_SERVICE_API_KEY=
CROP_ZONE_CHUNK_AREA_SQM=10000
CROP_ZONE_TASK_STALE_SECONDS=300
CELERY_BROKER_URL=redis://redis:6379/0
CELERY_RESULT_BACKEND=redis://redis:6379/0
CELERY_BROKER_CONNECTION_RETRY_ON_STARTUP=true
QDRANT_HOST=qdrant
QDRANT_PORT=6333