From ba541c4e081e01689da036c7ac3e441d2d229076 Mon Sep 17 00:00:00 2001 From: Willem Dantuma Date: Tue, 5 Oct 2021 20:55:51 +0200 Subject: [PATCH] Use local environment --- src/configuration.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/configuration.json b/src/configuration.json index c38ec06..b3764f3 100644 --- a/src/configuration.json +++ b/src/configuration.json @@ -1,8 +1,8 @@ { - "issuer": "https://accounts.test.farmmaps.eu", + "issuer": "http://localhost:8094", "clientId": "farmmapsdev", "audience": "http://localhost:8082", - "requireHttps": true, + "requireHttps": false, "apiEndPoint": "http://localhost:8082", "grantType":"code" }