This commit is contained in:
scamiv
2026-02-15 21:47:50 +01:00
commit 9367f285ba
19 changed files with 2798 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
PORT=3100
TARGET_BASE_URL=https://openfront.io
# Optional override:
# TARGET_WS_URL=wss://openfront.io/lobbies
ARCHIVE_API_BASE=https://api.openfront.io
DB_PATH=data/db.json
NUM_WORKERS=20
GAME_INFO_POLL_MS=5000
CLOSURE_PROBE_ATTEMPTS=20
CLOSURE_PROBE_INTERVAL_MS=3000