Files
Pulse/docs/development/mock.env.local.example
2025-10-11 23:29:47 +00:00

28 lines
833 B
Plaintext

# mock.env.local.example
# Copy this to /opt/pulse/mock.env.local for your personal mock mode settings
# The .local file is gitignored and will override values from mock.env
#
# Usage:
# cp docs/development/mock.env.local.example mock.env.local
# # Edit mock.env.local with your preferences
# npm run mock:on
# Example: Always start in mock mode for frontend development
PULSE_MOCK_MODE=true
# Example: Use fewer nodes for faster startup
PULSE_MOCK_NODES=3
# Example: More VMs for testing high-density scenarios
# PULSE_MOCK_VMS_PER_NODE=10
# Example: Adjust Docker coverage
# PULSE_MOCK_DOCKER_HOSTS=2
# PULSE_MOCK_DOCKER_CONTAINERS=6
# Example: Disable metric fluctuations for consistent testing
# PULSE_MOCK_RANDOM_METRICS=false
# Example: All guests running (no stopped VMs/containers)
# PULSE_MOCK_STOPPED_PERCENT=0