FarmMapsApiClient/FarmMapsBlight/appsettings.json

12 lines
425 B
JSON
Raw Normal View History

2020-09-10 20:38:31 +00:00
{
"Authority": "https://accounts.farmmaps.awtest.nl/",
//"Endpoint": "http://farmmaps.awtest.nl",
//"Endpoint": "http://localhost:8095",
2020-09-26 18:11:22 +00:00
"Endpoint": "http://localhost:8083", // vs
2020-09-10 20:38:31 +00:00
"BasePath": "api/v1",
"DiscoveryEndpointUrl": "https://accounts.farmmaps.awtest.nl/.well-known/openid-configuration",
"RedirectUri": "http://example.nl/api",
2020-10-01 19:11:24 +00:00
"ClientId": "",
"ClientSecret": "",
2020-09-10 20:38:31 +00:00
"Scopes": [ "api" ]
}