mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 19:23:31 +00:00
23 lines
540 B
Bash
23 lines
540 B
Bash
# Development Environment Configuration
|
|
|
|
# Mock Data Configuration
|
|
USE_MOCK_DATA=true
|
|
MOCK_DATA_ENABLED=true
|
|
|
|
# Mock Cluster Configuration
|
|
MOCK_CLUSTER_ENABLED=true
|
|
MOCK_CLUSTER_NAME=mock-proxmox-cluster
|
|
|
|
# App Configuration
|
|
PORT=7654
|
|
LOG_LEVEL=debug # More verbose logging for development
|
|
ENABLE_DEV_TOOLS=true
|
|
METRICS_HISTORY_MINUTES=60
|
|
|
|
# SSL Configuration
|
|
IGNORE_SSL_ERRORS=true
|
|
NODE_TLS_REJECT_UNAUTHORIZED=0
|
|
|
|
# Polling Intervals (in milliseconds) - faster for development
|
|
NODE_POLLING_INTERVAL_MS=1000
|
|
EVENT_POLLING_INTERVAL_MS=1000 |