mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-05 07:08:42 +00:00
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 |
||
|---|---|---|
| .. | ||
| auto_import_test.go | ||
| bootstrap.go | ||
| commands_test.go | ||
| config.go | ||
| config_test.go | ||
| import_payload_test.go | ||
| main.go | ||
| metrics_server.go | ||
| mock.go | ||