From f2cb5d4d64f939f88bfda23659f0b6db6a8b1d6c Mon Sep 17 00:00:00 2001 From: Willem Dantuma Date: Mon, 7 Dec 2020 17:20:34 +0100 Subject: [PATCH] Update configuration --- src/configuration.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/configuration.json b/src/configuration.json index 2241895..f9a46d6 100644 --- a/src/configuration.json +++ b/src/configuration.json @@ -1,9 +1,9 @@ { - "issuer": "https://accounts.farmmaps.awtest.nl", + "issuer": "https://accounts.test.farmmaps.eu", "clientId": "farmmapsdev", - "audience": "https://farmmaps.awtest.nl/", + "audience": "https://test.farmmaps.eu/", "requireHttps": true, - "apiEndPoint": "https://farmmaps.awtest.nl", + "apiEndPoint": "https://test.farmmaps.eu", "grantType":"code" } \ No newline at end of file