Files
vegasco/src/Vegasco.Server.Api/appsettings.json

11 lines
180 B
JSON
Raw Normal View History

2024-08-17 16:38:40 +02:00
{
"Logging": {
"LogLevel": {
"Default": "Warning",
"Vegasco": "Information",
"Microsoft.Hosting.Lifetime": "Information"
2024-08-17 16:38:40 +02:00
}
},
"AllowedHosts": "*"
}