FarmMapsApiClient_WURtest/FarmmapsHaulmkilling/appsettings.json

10 lines
321 B
JSON
Raw Normal View History

2020-04-22 10:51:53 +00:00
{
2020-12-07 16:32:52 +00:00
"Authority": "https://accounts.test.farmmaps.eu/",
"Endpoint": "https://test.farmmaps.eu/",
2020-04-22 10:51:53 +00:00
"BasePath": "api/v1",
2020-12-07 16:32:52 +00:00
"DiscoveryEndpointUrl": "https://accounts.test.farmmaps.eu/.well-known/openid-configuration",
2020-04-22 10:51:53 +00:00
"RedirectUri": "http://example.nl/api",
"ClientId": "",
"ClientSecret": "",
"Scopes": ["api"]
}