-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
41 lines (35 loc) · 1.76 KB
/
Copy path.env.example
File metadata and controls
41 lines (35 loc) · 1.76 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
# =============================================================================
# NetOpsBench Environment Configuration
# Copy this file to .env and update the values for your environment.
# Do not commit .env to git.
# =============================================================================
# --- LLM API Keys (for benchmark agents) ---
MINIMAX_API_KEY=your-minimax-api-key
OPENAI_API_KEY=your-openai-api-key
# ZHIPU_API_KEY=your-zhipu-api-key
# DEEPSEEK_API_KEY=your-deepseek-api-key
# KIMI_API_KEY=your-kimi-api-key
# --- LangSmith Tracing (optional) ---
LANGSMITH_API_KEY=your-langsmith-api-key
LANGSMITH_TRACING=true
LANGSMITH_PROJECT=NetOpsBench
# --- InfluxDB ---
NETOPSBENCH_INFLUXDB_URL=http://localhost:8086
NETOPSBENCH_INFLUXDB_TOKEN=replace-me
NETOPSBENCH_INFLUXDB_ORG=netopsbench
NETOPSBENCH_INFLUXDB_BUCKET=netopsbench
# --- Manual topology / thin runtime wrappers (optional) ---
# NETOPSBENCH_TOPOLOGY_DIR=lab-topology/generated_topology_xs
# NETOPSBENCH_LAB_NAME=dcn
# NETOPSBENCH_MGMT_SUBNET= # Override management subnet (e.g. 172.20.20.0/24)
# NETOPSBENCH_MGMT_NETWORK= # Override Docker management network name
# --- Runtime / debug ---
# NETOPSBENCH_LOG_LEVEL=INFO # DEBUG | INFO | WARNING | ERROR
# NETOPSBENCH_NO_SUDO=0 # Set to 1 in CI/test environments without sudo
# NETOPSBENCH_PYTHON=/path/to/python3 # Interpreter used by repository shell wrappers
# NETOPSBENCH_TRAFFIC_PARALLELISM=32 # Parallel docker exec workers for benchmark traffic start/stop
# --- Optional semantic fault-type judge ---
# NETOPSBENCH_FAULT_TYPE_JUDGE_ENABLED=0
# NETOPSBENCH_FAULT_TYPE_JUDGE_MODEL=gpt-4o-mini
# NETOPSBENCH_FAULT_TYPE_JUDGE_API_KEY=
# NETOPSBENCH_FAULT_TYPE_JUDGE_BASE_URL=