Fix hover and select remove @Host()
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Willem Dantuma
2021-01-26 09:12:37 +01:00
parent ac352473a0
commit d2b8de17d1
9 changed files with 22 additions and 11 deletions

View File

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