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

14 lines
249 B
JSON

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