From b1a51e67c6eceb52ae1282276a418ea00d779d86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Erik=20St=C3=B8wer?= Date: Wed, 4 Oct 2023 11:56:09 +0200 Subject: [PATCH] Update maps api keys --- src/config/environments/prod.json | 2 +- src/config/environments/test.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/environments/prod.json b/src/config/environments/prod.json index 326d3d282..41150170d 100644 --- a/src/config/environments/prod.json +++ b/src/config/environments/prod.json @@ -5,7 +5,7 @@ "tiamatEnv": "production", "netexPrefix": "NSR", "hostname": "stoppested.entur.org", - "googleApiKey": "AIzaSyBMSXn6sJ1IvSsRHijvPlZFL-dL9CJczBQ", + "googleApiKey": "AIzaSyAAa-ZJ7h6FNxDY-UcqTAB-3YSdRQm8Gsg", "auth0Domain": "auth2.entur.org", "auth0ClientId": "JgqiRlgcz55298GNUv6tMo2q1RNSm5Ec", "auth0Audience": "https://ror.api.entur.io", diff --git a/src/config/environments/test.json b/src/config/environments/test.json index cd4b61dfd..60cd6edd4 100644 --- a/src/config/environments/test.json +++ b/src/config/environments/test.json @@ -5,7 +5,7 @@ "tiamatEnv": "test", "netexPrefix": "NSR", "hostname": "stoppested.staging.entur.org", - "googleApiKey": "AIzaSyBxrXsp9PVsZVwMX05GfinElYswEH-_mG4", + "googleApiKey": "AIzaSyCLcnzpsbgBccJ50lZ5hPPQG_CALmWaeC4", "auth0Domain": "ror-entur-staging.eu.auth0.com", "auth0ClientId": "WrqQUHAVuMS3MbKdGcw91TBFTqLLpnUh", "auth0Audience": "https://ror.api.staging.entur.io",