Skip to content

Commit

Permalink
add new Tel Aviv region (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkr16 committed Sep 14, 2022
1 parent bf48027 commit 89584b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/config/endpoints.go
Expand Up @@ -137,6 +137,11 @@ var AllEndpoints = map[string]Endpoint{
Region: "europe-southwest1",
RegionName: "Madrid",
},
"me-west1": {
URL: "https://me-west1-5tkroniexa-zf.a.run.app/",
Region: "me-west1",
RegionName: "Tel Aviv",
},
"northamerica-northeast1": {
URL: "https://northamerica-northeast1-5tkroniexa-nn.a.run.app",
Region: "northamerica-northeast1",
Expand Down
1 change: 1 addition & 0 deletions regions.json
Expand Up @@ -20,6 +20,7 @@
"europe-west8": "Milan",
"europe-west9": "Paris",
"europe-southwest1": "Madrid",
"me-west1": "Tel Aviv",
"northamerica-northeast1": "Montréal",
"northamerica-northeast2": "Toronto",
"southamerica-east1": "São Paulo",
Expand Down

0 comments on commit 89584b3

Please sign in to comment.