Server
This commit is contained in:
45
appsettings.json
Normal file
45
appsettings.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"tcpPort": 7777,
|
||||
"httpPort": 8088,
|
||||
"maxPacketSizeBytes": 1048576,
|
||||
"tickMs": 200,
|
||||
"positionBroadcastRateMs": 1000,
|
||||
"maxSpeedMps": 12.0,
|
||||
"movementValidationWindowSec": 5.0,
|
||||
"teleportThresholdMeters": 50.0,
|
||||
"cheatScoreWarnThreshold": 10,
|
||||
"cheatScoreRestrictThreshold": 25,
|
||||
"cheatScoreKickThreshold": 50,
|
||||
"killDistanceM": 10.0,
|
||||
"killCooldownMs": 5000,
|
||||
"meetingArrivalRadiusM": 15.0,
|
||||
"arrivalBaseMs": 20000,
|
||||
"arrivalSafetyMarginMs": 3000,
|
||||
"allowedLateMs": 5000,
|
||||
"discussionPhaseMs": 15000,
|
||||
"votingPhaseMs": 30000,
|
||||
"emergencyMeetingCooldownMs": 30000,
|
||||
"maxEmergencyMeetingsPerPlayer": 2,
|
||||
"emergencyMeetingCallRadiusM": 15.0,
|
||||
"reportDistanceM": 10.0,
|
||||
"taskStartDistanceM": 5.0,
|
||||
"taskLeaveDebounceMs": 2000,
|
||||
"taskProgressKeepaliveMs": 5000,
|
||||
"snapshotEvents": 200,
|
||||
"snapshotIntervalMs": 300000,
|
||||
"walMaxSizeMb": 10,
|
||||
"dataPath": "data",
|
||||
"hostTimeoutMs": 15000,
|
||||
"reconnectWindowMs": 60000,
|
||||
"idleLobbyTtlMs": 3600000,
|
||||
"joinCodeTtlMs": 86400000,
|
||||
"maxPlayersPerLobby": 15,
|
||||
"joinRateLimitPerMinute": 10,
|
||||
"sessionKeySizeBytes": 32,
|
||||
"rsaKeySizeBits": 2048,
|
||||
"statsApiRateLimit": 100,
|
||||
"statsApiKey": null,
|
||||
"defaultImpostorCount": 1,
|
||||
"defaultTaskCount": 5,
|
||||
"defaultTiePolicy": "NoEject"
|
||||
}
|
||||
Reference in New Issue
Block a user