Skip to content

Commit 03fac21

Browse files
committed
changes requested in review
1 parent 050b758 commit 03fac21

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

  • plugins/tagoio-integration/src/front/Auth
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)