Some fixes
All checks were successful
FarmMaps/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Willem Dantuma
2022-09-28 21:32:15 +02:00
parent ac5bd7d635
commit a408f4bffa
5 changed files with 21491 additions and 224 deletions

View File

@@ -1,9 +1,9 @@
{
"issuer": "http://localhost:8094",
"issuer": "https://accounts.test.farmmaps.eu",
"clientId": "farmmapsdev",
"audience": "http://localhost:8082",
"audience": "https://test.farmmaps.eu",
"requireHttps": false,
"apiEndPoint": "http://localhost:8082",
"apiEndPoint": "https://test.farmmaps.eu",
"grantType":"code"
}