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" }