From 89584b3a5603e4713bc4be2d43c2e1d25b746b92 Mon Sep 17 00:00:00 2001 From: Karim Roukoz Date: Wed, 14 Sep 2022 17:13:10 -0400 Subject: [PATCH] add new Tel Aviv region (#122) --- internal/config/endpoints.go | 5 +++++ regions.json | 1 + 2 files changed, 6 insertions(+) diff --git a/internal/config/endpoints.go b/internal/config/endpoints.go index 4d28bec..ec2aa24 100644 --- a/internal/config/endpoints.go +++ b/internal/config/endpoints.go @@ -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", diff --git a/regions.json b/regions.json index aa75780..74fbf9b 100644 --- a/regions.json +++ b/regions.json @@ -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",