garm-provider-edge-connect/config
Daniel Sy 8c9f2b37d8
Some checks failed
Go Tests / go-tests (push) Failing after 2m47s
feat(config): Add EdgeConnectURL configuration parameter
Makes the EdgeConnect URL configurable through the config.toml file instead of hardcoding it in the provider code. This change:

- Adds new EdgeConnectURL field to Config struct
- Implements validation to ensure URL is provided
- Updates example config.toml with default URL
- Modifies provider to use configured URL value

This improves deployment flexibility by allowing different edge connect endpoints without code changes.
2025-10-16 18:03:55 +02:00
..
config.go feat(config): Add EdgeConnectURL configuration parameter 2025-10-16 18:03:55 +02:00
config.toml feat(config): Add EdgeConnectURL configuration parameter 2025-10-16 18:03:55 +02:00