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

This commit is contained in:
Willem Dantuma 2020-12-07 17:20:34 +01:00
parent 6252cc120b
commit f2cb5d4d64

View File

@ -1,9 +1,9 @@
{ {
"issuer": "https://accounts.farmmaps.awtest.nl", "issuer": "https://accounts.test.farmmaps.eu",
"clientId": "farmmapsdev", "clientId": "farmmapsdev",
"audience": "https://farmmaps.awtest.nl/", "audience": "https://test.farmmaps.eu/",
"requireHttps": true, "requireHttps": true,
"apiEndPoint": "https://farmmaps.awtest.nl", "apiEndPoint": "https://test.farmmaps.eu",
"grantType":"code" "grantType":"code"
} }