added appsettings.json

pull/9/head
Riepma 2021-05-12 13:29:53 +02:00
parent 5da74c2db0
commit a8efaf93c2
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{
"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" ]
}