mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 22:12:23 +00:00
4ad53f27fe
Adds automatic data directory separation to prevent mock data from contaminating production alerts and configuration: - hot-dev.sh: Explicitly sets PULSE_DATA_DIR based on PULSE_MOCK_MODE - Production: /etc/pulse (real, persistent data) - Mock: /opt/pulse/tmp/mock-data (isolated, throwaway data) - clean-mock-alerts.sh: New utility to remove mock contamination from production alerts - Auto-creates mock data directory when switching to mock mode This prevents issues where mock alerts appear in production alert history after switching between modes.