FarmMapsApiClient_WURtest/FarmmapsHerbicide/appsettings.json

10 lines
323 B
JSON
Raw Normal View History

2020-04-08 18:39:38 +00:00
{
2020-12-07 16:32:52 +00:00
"Authority": "https://accounts.test.farmmaps.eu/",
"Endpoint": "https://test.farmmaps.eu/",
2020-04-08 18:39:38 +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-08 18:39:38 +00:00
"RedirectUri": "http://example.nl/api",
"ClientId": "",
"ClientSecret": "",
2020-12-07 16:32:52 +00:00
"Scopes": [ "api" ]
2020-04-08 18:39:38 +00:00
}