-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy path.env.example
More file actions
27 lines (19 loc) · 897 Bytes
/
.env.example
File metadata and controls
27 lines (19 loc) · 897 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
# Grid Balancing Environment Configuration
# =============================================================================
# Demo Configuration
# =============================================================================
# Number of DER (Distributed Energy Resource) agents
NUM_AGENTS=100
# Scenario: price_spike, renewable_surge, peak_demand
SCENARIO=price_spike
# Enable UI dashboard
ENABLE_UI=true
# =============================================================================
# Optional: LLM APIs (for CMVK verification)
# =============================================================================
OPENAI_API_KEY=sk-your-key-here
ANTHROPIC_API_KEY=sk-ant-your-key-here
# =============================================================================
# Observability
# =============================================================================
GF_SECURITY_ADMIN_PASSWORD=admin