FarmMapsApiClient/FarmmapsPoten/appsettings.json

11 lines
340 B
JSON
Raw Normal View History

2020-09-10 20:38:31 +00:00
{
2021-04-07 09:10:47 +00:00
"Authority": "https://accounts.test.farmmaps.eu/",
"Endpoint": "https://test.farmmaps.eu/",
"BasePath": "api/v1",
"DiscoveryEndpointUrl": "https://accounts.test.farmmaps.eu/.well-known/openid-configuration",
"RedirectUri": "http://example.nl/api",
"ClientId": "",
"ClientSecret": "",
"Scopes": [ "api" ]
}