Files
yaflay.ru/appsettings.Development.json
Дмитрий Шиманский 09bcf505cb add args parser
2023-12-19 20:24:29 +03:00

13 lines
255 B
JSON

{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"clientId": "111111111111",
"clientSecret": "aAbBcCdD",
"redirectUrl": "https://example.com/authorize"
}