File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
services/authorization/src/stackit/authorization Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def __init__(
32
32
)
33
33
"""Constructor
34
34
"""
35
- self ._base_path = "https://authorization.api.eu01. stackit.cloud"
35
+ self ._base_path = "https://authorization.api.stackit.cloud"
36
36
"""Default Base url
37
37
"""
38
38
self .server_index = 0 if server_index is None else server_index
@@ -56,13 +56,12 @@ def get_host_settings(self):
56
56
"""
57
57
return [
58
58
{
59
- "url" : "https://authorization.api.{region} stackit.cloud" ,
59
+ "url" : "https://authorization.api.stackit.cloud" ,
60
60
"description" : "No description provided" ,
61
61
"variables" : {
62
62
"region" : {
63
63
"description" : "No description provided" ,
64
- "default_value" : "eu01." ,
65
- "enum_values" : ["eu01." , "eu02." ],
64
+ "default_value" : "global" ,
66
65
}
67
66
},
68
67
}
You can’t perform that action at this time.
0 commit comments