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

31 lines
609 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Content": {
"SkillsDirectory": "",
"SkillDefSchemaPath": "",
"ItemsDirectory": "",
"ItemDefSchemaPath": ""
},
"Game": {
"DevPlayerId": "dev-local-1",
"EnableMasteryFixtureApi": false,
"DefaultPosition": {
"X": -5,
"Y": 0.9,
"Z": -5
},
"MovementValidation": {
"HorizontalStepEnabled": false,
"MaxHorizontalStep": 18,
"MaxVerticalStep": 2.2,
"DistrictBoundsEnabled": false
}
}
}