mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-02-18 00:17:39 +01:00
- 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
12 lines
374 B
Bash
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="
|