SessionZero/SessionZeroBackend/appsettings.Development.json
Chris Bell ae5931f3d1 Initial Server and Client projects
-- Basic database setup in server
2025-03-27 21:29:50 -05:00

9 lines
119 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}