forked from open-edge-platform/edge-ai-suites
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
52 lines (43 loc) · 1.05 KB
/
.env
File metadata and controls
52 lines (43 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# General
DOCKER_REGISTRY=
HOST_IP=localhost
no_proxy=127.0.0.1,localhost
http_proxy=
https_proxy=
# DL Streamer Pipeline Server
RTSP_CAMERA_IP=
READ_CONFIG_FROM_FILE_ENV=true
# Model Registry
ENABLE_HTTPS_MODE=false
#PostgreSQL service & client adapter
POSTGRES_USER=postgres
MR_PSQL_HOSTNAME=mraas_postgres
MR_PSQL_PASSWORD=
MR_PSQL_DATABASE=model_registry_db
MR_PSQL_PORT=5432
# MinIO service & client
MR_MINIO_ACCESS_KEY=
MR_MINIO_SECRET_KEY=
MR_MINIO_BUCKET_NAME=model-registry
MR_MINIO_HOSTNAME=mraas_minio
MR_MINIO_SERVER_PORT=8000
# Model Registry service
MR_MIN_LOG_LEVEL=INFO
MR_SERVER_PORT=8111
# Intel Geti Server details
GETI_HOST=
GETI_TOKEN=
GETI_VERIFY_CERT=0
# MLflow
MR_MLFLOW_S3_ENDPOINT_URL=http://127.0.0.1:8000
# Open Telemetry related config
ENABLE_OPEN_TELEMETRY=true
OTEL_COLLECTOR_HOST=otel-collector
OTEL_COLLECTOR_PORT=4318
OTEL_EXPORT_INTERVAL_MILLIS=5000
PROMETHEUS_PORT=9999
# Webrtc related config
WHIP_SERVER_PORT=8889 # mediamtx-port for streaming
MTX_WEBRTCICESERVERS2_0_USERNAME=
MTX_WEBRTCICESERVERS2_0_PASSWORD=
COTURN_UDP_PORT=3478