mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-10 03:51:54 +00:00
The bootstrap-token CLI command had two bugs: 1. Used PULSE_DATA_PATH instead of PULSE_DATA_DIR (typo) 2. Used /var/lib/pulse as fallback instead of /etc/pulse This caused the command to look in the wrong location for non-Docker deployments. Fixed to match config.Load() logic: - Check PULSE_DATA_DIR env var first - Fall back to /data for Docker, /etc/pulse otherwise |
||
|---|---|---|
| .. | ||
| bootstrap.go | ||
| config.go | ||
| main.go | ||
| metrics_server.go | ||