File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,14 +24,8 @@ def __init__(
2424
2525 logger .setLevel (level = verbosity )
2626
27- if env == "exp" :
28- self .base_url = "https://main-sumo-experiment-dev.playground.radix.equinor.com/api/v1"
29- elif env == "dev" or env == "preview" :
30- self .base_url = (
31- f"https://main-sumo-core-nodejs-{ env } .radix.equinor.com/api/v1"
32- )
33- elif env == "localhost" :
34- self .base_url = f"http://localhost:8084/api/v1"
27+ if env == "localhost" :
28+ self .base_url = "http://localhost:8084/api/v1"
3529 else :
3630 self .base_url = f"https://main-sumo-{ env } .radix.equinor.com/api/v1"
3731
Original file line number Diff line number Diff line change @@ -67,10 +67,6 @@ def __init__(
6767
6868 if env == "localhost" :
6969 self .base_url = "http://localhost:8084/api/v1"
70- elif env == "dev" or env == "preview" :
71- self .base_url = (
72- f"https://main-sumo-core-nodejs-{ env } .radix.equinor.com/api/v1"
73- )
7470 else :
7571 self .base_url = f"https://main-sumo-{ env } .radix.equinor.com/api/v1"
7672
You can’t perform that action at this time.
0 commit comments