Fixed base_url for orborus sensor
This commit is contained in:
@@ -208,6 +208,9 @@ func init() {
|
|||||||
} else if arg == "org_id" {
|
} else if arg == "org_id" {
|
||||||
os.Setenv("ORG", value)
|
os.Setenv("ORG", value)
|
||||||
org = value
|
org = value
|
||||||
|
} else if arg == "base_url" {
|
||||||
|
os.Setenv("BASE_URL", value)
|
||||||
|
baseUrl = value
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user