forked from FarmMaps/FarmMapsApiClient
28 lines
1.0 KiB
JSON
28 lines
1.0 KiB
JSON
{
|
|
//There are three farmmaps environments, uncomment the environemnt you want to use with this sample client
|
|
|
|
//test environment
|
|
"Authority": "https://accounts.test.farmmaps.eu/",
|
|
"Endpoint": "https://test.farmmaps.eu/",
|
|
"BasePath": "api/v1",
|
|
"DiscoveryEndpointUrl": "https://accounts.test.farmmaps.eu/.well-known/openid-configuration",
|
|
"GrantClientId": "farmmapstesteu",
|
|
|
|
////acceptance environment
|
|
//"Authority": "https://accounts.acc.farmmaps.eu/",
|
|
//"Endpoint": "https://acc.farmmaps.eu/",
|
|
//"BasePath": "api/v1",
|
|
//"DiscoveryEndpointUrl": "https://accounts.acc.farmmaps.eu/.well-known/openid-configuration",
|
|
//"GrantClientId": "farmmapsacceu",
|
|
|
|
////production environment
|
|
//"authority": "https://accounts.farmmaps.eu/",
|
|
//"endpoint": "https://farmmaps.eu/",
|
|
//"basepath": "api/v1",
|
|
//"discoveryendpointurl": "https://accounts.farmmaps.eu/.well-known/openid-configuration",
|
|
//"GrantClientId": "farmmaps",
|
|
|
|
//overige info
|
|
"RedirectUri": "http://example.nl/api",
|
|
"Scopes": [ "api" ]
|
|
} |