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

32 lines
601 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Content": {
"SkillsDirectory": "",
"SkillDefSchemaPath": ""
},
"Game": {
"DevPlayerId": "dev-local-1",
"FixturePlayerIds": [
"neo48-perk-fresh",
"neo48-perk-branch"
],
"DefaultPosition": {
"X": -5,
"Y": 0.9,
"Z": -5
},
"MovementValidation": {
"HorizontalStepEnabled": false,
"MaxHorizontalStep": 18,
"MaxVerticalStep": 2.2,
"DistrictBoundsEnabled": false
}
}
}