yavsc/src/sampleWebAsWebApiClient/appsettings.json

25 lines
541 B
JSON
Raw Normal View History

2016-06-01 23:47:06 +02:00
{
2024-11-12 08:32:15 +00:00
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
2016-06-01 23:47:06 +02:00
}
2024-11-12 08:32:15 +00:00
},
"AllowedHosts": "*",
"Authentication": {
"Yavsc" : {
"TokenEndpoint": "http://dev.pschneider.fr/connect/token",
"AuthorizationEndpoint": "http://dev.pschneider.fr/connect/authorize",
"ClientId": "interactive",
"ClientSecret": "49C1A7E1-0C79-4A89-A3D6-A37998FB86B0"
}
},
"Kestrel": {
"Endpoints":
{
"http": {
"Url": "https://localhost:5003"
}
}
}
}