Files
DiunaBI/WebAPI/appsettings.Development.json

10 lines
145 B
JSON
Raw Normal View History

2022-11-29 21:25:19 +01:00
{
2023-01-06 18:36:24 +01:00
"PONG": "Development",
2022-11-29 21:25:19 +01:00
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}