FarmMapsLib/src/configuration.json
2022-01-19 11:56:30 +01:00

9 lines
212 B
JSON

{
"issuer": "http://localhost:8094",
"clientId": "farmmapsdev",
"audience": "http://localhost:8082/",
"requireHttps": false,
"apiEndPoint": "http://localhost:8082",
"grantType":"code"
}