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

43 lines
1002 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Content": {
"SkillsDirectory": "",
"SkillDefSchemaPath": "",
"ItemsDirectory": "",
"ItemDefSchemaPath": "",
"RecipesDirectory": "",
"RecipeDefSchemaPath": "",
"RecipeIoRowSchemaPath": "",
"AbilitiesDirectory": "",
"AbilityDefSchemaPath": "",
"NpcBehaviorsDirectory": "",
"NpcBehaviorDefSchemaPath": "",
"RewardTablesDirectory": "",
"RewardTableDefSchemaPath": "",
"RewardGrantRowSchemaPath": "",
"EncountersDirectory": "",
"EncounterDefSchemaPath": ""
},
"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
}
}
}