changed appsettings
Riepma 2021-04-09 11:41:39 +02:00
commit 59efe7247f
1 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,8 @@
"BasePath": "api/v1",
"DiscoveryEndpointUrl": "https://accounts.test.farmmaps.eu/.well-known/openid-configuration",
"RedirectUri": "http://example.nl/api",
"ClientId": "wurtest1",
"ClientSecret": "7<Wy[y,?Lfr66}G`",
"ClientId": "",
"ClientSecret": "",
"Scopes": [ "api" ]
}
}