garm-provider-edge-connect/config/config.toml
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

9 lines
296 B
TOML

edge_connect_url = "https://hub.apps.orca.platform.mg3.mdb.osc.live"
organization = "edp-developer-framework"
region = "EU"
log_file = "./lala.log"
credentials_file = "/home/chris/ipcei/projects/garm-provider-edge-connect/config/creds.toml"
[cloudlet]
name = "Munich"
organization = "TelekomOP"