forked from FarmMaps/FarmMapsApiClient
Mark van der Wal
dd651629cb
secrets are now expected inside a appsettings.secrets.json inside the 'Secrets' project.
8 lines
281 B
JSON
8 lines
281 B
JSON
{
|
|
"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",
|
|
"Scopes": ["api"]
|
|
} |