Update packages
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Willem Dantuma
2022-08-31 09:53:57 +02:00
parent 1656b465ee
commit 0470cb0fa1
4 changed files with 93 additions and 285 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"
}