diff --git a/src/configuration.json b/src/configuration.json index c38ec06..33d7e26 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, + "audience": "http://localhost:8082/", + "requireHttps": false, "apiEndPoint": "http://localhost:8082", "grantType":"code" }