Files
Pulse/mock.env
rcourtman d49fbf0e8b feat(mock): enhance mock data generator for comprehensive testing
- Expand mock data generator with more realistic resource scenarios
- Improve mock metrics history with better time-series simulation
- Add mock mode configuration for testing different environments
- Update mock.env with new configuration options
- Include test coverage for mock generator and metrics history
2026-02-07 16:12:38 +00:00

12 lines
374 B
Bash

# Mock Mode Configuration
PULSE_MOCK_MODE=true
PULSE_MOCK_NODES=7
PULSE_MOCK_VMS_PER_NODE=5
PULSE_MOCK_LXCS_PER_NODE=8
PULSE_MOCK_DOCKER_HOSTS=3
PULSE_MOCK_DOCKER_CONTAINERS=12
PULSE_MOCK_RANDOM_METRICS=true
PULSE_MOCK_STOPPED_PERCENT=20
# License verification key (Ed25519 public key, base64 encoded)
PULSE_LICENSE_PUBLIC_KEY="OzbVzmg+TaSGt0eWzDVpn0QkqhOzJqUbOFvSF3AmuRU="