neon-sprawl/server/NeonSprawl.Server/appsettings.Development.json

12 lines
172 B
JSON

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