Pulse/cmd
rcourtman 4af5fc4246 refactor(config): rename BackendHost/BackendPort to BindAddress
Simplify server config by consolidating BackendHost and BackendPort into
a single BindAddress field. The port is now solely controlled by FrontendPort.

Changes:
- Replace BackendHost/BackendPort with BindAddress in Config struct
- Add deprecation warning for BACKEND_HOST env var (use BIND_ADDRESS)
- Update connection timeout default from 45s to 60s
- Remove backendPort from SystemSettings and frontend types
- Update server.go to use cfg.BindAddress
- Update all tests to use new config field names
2026-02-01 23:26:32 +00:00
..
eval docs: update AI evaluation matrix and approval workflow documentation 2026-01-30 19:00:40 +00:00
hashpw feat: remove Enterprise badges, simplify Pro upgrade prompts 2026-01-09 16:51:08 +00:00
pulse refactor(config): rename BackendHost/BackendPort to BindAddress 2026-02-01 23:26:32 +00:00
pulse-agent feat: add host agent sysinfo and improve test coverage 2026-01-24 22:42:46 +00:00
pulse-host-agent fix: Update runtime config when toggling Docker update actions setting 2026-01-03 11:14:17 +00:00