-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
39 lines (30 loc) · 1.22 KB
/
Copy path.env.example
File metadata and controls
39 lines (30 loc) · 1.22 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
# ==========================================
# OBSERVABILITY & MONITORING (Grafana Cloud)
# ==========================================
# Remote write URL for Hosted Prometheus metrics (Grafana Cloud)
# Example: https://prometheus-prod-13-prod-eu-west-0.grafana.net/api/prom/push
GRAFANA_CLOUD_PROM_URL=
# Prometheus username (User ID) from the Grafana Cloud configuration screen
# Example: 123456
GRAFANA_CLOUD_PROM_USERNAME=
# API token with scope "metrics:write"
# Example: glc_eyJvIjoiOTk5OTk5IiwibiI6InN0YWNrLT...
GRAFANA_CLOUD_PROM_PASSWORD=
# ==========================================
# SERVICE COMMUNICATION (Security)
# ==========================================
# Shared secret to authenticate the gRPC metrics stream between Simulator and Gateway.
# Both services must use the same token.
# Example: dev_secret_token_change_me
GRPC_AUTH_TOKEN=
# ==========================================
# APPLICATION TUNING (Runtime Config)
# ==========================================
# Which RAID algorithm to simulate (e.g., raid0, raid1, raid3)
RAID_LEVEL=
# Virtual disk size in bytes
# Example: 100000000 (100MB)
DISK_SIZE=
# Path to the metrics socket (internal Docker path)
# Example: /sockets/metrics-gateway.sock
METRICS_SOCKET_PATH=