Some checks failed
Go Tests / go-tests (push) Failing after 2m47s
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.
9 lines
296 B
TOML
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"
|