Innovenergy_trunk/csharp/app/Backend/appsettings.Development.json

11 lines
144 B
JSON
Raw Normal View History

2023-02-16 12:57:06 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
}