Files
ConnectionsAPI/appsettings.json
2024-04-17 17:30:18 +02:00

12 lines
256 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"ConnectionsAPI.RequestLogger": "Trace",
"Microsoft.EntityFrameworkCore.Database.Command": "Warning"
}
},
"AllowedHosts": "*"
}