-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env copy.example
More file actions
21 lines (21 loc) · 831 Bytes
/
Copy path.env copy.example
File metadata and controls
21 lines (21 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
JWT_SECRET=hexamind-dev-secret
DATABASE_URL=sqlite:///app_web/backend/iotinel.db
MLFLOW_TRACKING_URI=http://localhost:5000
REDIS_URL=redis://localhost:6379/0
INTERNAL_SERVICE_TOKEN=hexamind-internal-token
MLOPS_API_BASE=http://mlops-api:8088
MLOPS_API_LOCAL=http://localhost:8088
ELASTICSEARCH_URL=http://mlops-elasticsearch:9200
ELASTICSEARCH_TIMEOUT=5
AUTH_SERVICE_URL=http://auth_service:8001
DETECTION_SERVICE_URL=http://detection_service:8002
TRAINING_SERVICE_URL=http://ml_training_service:8003
MONITORING_SERVICE_URL=http://monitoring_service:8004
DASHBOARD_SERVICE_URL=http://dashboard_service:8005
ADMIN_SERVICE_URL=http://admin_service:8006
ANALYST_UI_URL=http://analyst-ui:80
SCIENTIST_UI_URL=http://scientist-ui:80
ADMIN_UI_URL=http://admin-ui:80
DOCKERHUB_USER=
DOCKERHUB_TOKEN=
ES_URL=http://mlops-elasticsearch:9200