2025-04-14 10:50:13 +02:00

13 lines
229 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"SqliteDatabaseName": "DeadBallZoneLeague_EFCore.db"
}
}