We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050b758 commit 03fac21Copy full SHA for 03fac21
1 file changed
plugins/tagoio-integration/src/front/Auth/regions.ts
@@ -0,0 +1,11 @@
1
+// Region configuration
2
+export const REGIONS = {
3
+ "us-e1": {
4
+ label: "United States East 1",
5
+ apiUrl: "https://api.tago.io",
6
+ },
7
+ "eu-w1": {
8
+ label: "Europe West 1",
9
+ apiUrl: "https://api.eu-w1.tago.io",
10
11
+};
0 commit comments