-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.template
More file actions
41 lines (30 loc) · 877 Bytes
/
.env.template
File metadata and controls
41 lines (30 loc) · 877 Bytes
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
# LOCAL FILE TEMPLATE
EE_ID=your-node-name
EE_SUPERVISOR=false
# GPU setup: cpu or cuda
EE_DEVICE=cpu
# MinIO / S3
EE_MINIO_ENDPOINT=endpoint-for-minio
EE_MINIO_ACCESS_KEY=minio-access_key
EE_MINIO_SECRET_KEY=minio-secret_key
EE_MINIO_SECURE=true
EE_MINIO_MODEL_BUCKET=some-bucket
EE_MINIO_UPLOAD_BUCKET=some-bucket
# MQTT
EE_MQTT_HOST=r9092118.ala.eu-central-1.emqxsl.com
EE_MQTT_PORT=8883
EE_MQTT_USER=mqtt-user
EE_MQTT=mqtt-password
# better not modify below value
EE_MQTT_SUBTOPIC=address
EE_MQTT_CERT=
# ngrok
EE_NGROK_AUTH_TOKEN=ngrok-auth-token
EE_NGROK_EDGE_LABEL=ngrok-edge-label
# Misc
EE_GITVER=token_for_accessing_private_repositories
EE_OPENAI=token_for_accessing_openai_api
EE_HF_TOKEN=token_for_accessing_huggingface_api
# EE_ID_01=your-local-cluster-node-01-name
# EE_ID_02=your-local-cluster-node-02-name
# EE_ID_03=your-local-cluster-node-03-name