-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
35 lines (30 loc) · 1.25 KB
/
Copy path.env.example
File metadata and controls
35 lines (30 loc) · 1.25 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
# NEXUS STATION Environment Configuration
# Copy this file to .env and customize as needed
# =============================================================================
# Chaos Mode Configuration
# =============================================================================
# Valid values: none, low, medium, high
# - none: Normal operation (0% errors, 0ms latency)
# - low: Minor issues (5% errors, 200-500ms latency)
# - medium: Noticeable problems (15% errors, 1-3s latency)
# - high: Major outage (30% errors, 3-8s latency)
# Global default (used if service-specific value not set)
CHAOS_DEFAULT=none
# Per-service chaos (override the default)
CORTEX_CHAOS=none
DOCKING_CHAOS=none
CREW_CHAOS=none
LIFE_SUPPORT_CHAOS=none
POWER_CHAOS=none
INVENTORY_CHAOS=none
# =============================================================================
# Load Generator Configuration
# =============================================================================
LOAD_USERS=10
LOAD_SPAWN_RATE=2
# =============================================================================
# Database Configuration (defaults work with docker-compose)
# =============================================================================
POSTGRES_DB=nexus_db
POSTGRES_USER=nexus
POSTGRES_PASSWORD=nexus