Files
raceplanner/tests/integration/backend/bin/Debug/net10.0/appsettings.json
T

10 lines
142 B
JSON
Raw Normal View History

2026-04-09 21:11:03 +02:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}