Merge branch 'fronkdev' into 'master'

added sbidi creds to import

See merge request fronk/thetool!1026
This commit is contained in:
Frank Schubert
2025-02-13 17:38:01 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -238,7 +238,7 @@ unlockpid();
function loadClusters() {
$clusters = [];
$netowners = ["estmk", "rml"];
$netowners = ["estmk", "rml", "sbidi"];
$apiEdition = "prod";
foreach ($netowners as $apiOwner) {

View File

@@ -45,7 +45,7 @@ if ($argc > 1) {
}
//$netowners = ["estmk", "rml"];
$netowners = ["estmk", "rml"];
$netowners = ["estmk", "rml", "sbidi"];
//$netowners = ["sbidi"];
//$netowners = ["rml"];
$apiEdition = "prod";