MilanM commited on
Commit
dc483aa
·
verified ·
1 Parent(s): 5a858f9

Create base_variables.py

Browse files
Files changed (1) hide show
  1. base_variables.py +10 -0
base_variables.py ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ wx_platform_url = "https://api.dataplatform.cloud.ibm.com"
2
+
3
+ wx_regions = {
4
+ "US": "https://us-south.ml.cloud.ibm.com",
5
+ "EU": "https://eu-de.ml.cloud.ibm.com",
6
+ "GB": "https://eu-gb.ml.cloud.ibm.com",
7
+ "JP": "https://jp-tok.ml.cloud.ibm.com",
8
+ "AU": "https://au-syd.ml.cloud.ibm.com",
9
+ "CA": "https://ca-tor.ml.cloud.ibm.com"
10
+ }