Files
redapricot/server/config.example.json
T
2026-07-25 16:33:28 +08:00

9 lines
205 B
JSON

{
"listen": "0.0.0.0:25565",
"psk": "change-me-to-a-long-random-passphrase",
"timestampWindowMs": 30000,
"pendingTimeoutMs": 10000,
"streamWindowBytes": 262144,
"sessionIdleTimeoutMs": 90000
}