Files
OpenFrontIO/.env.example
scamiv 9367f285ba init
2026-02-15 21:47:50 +01:00

11 lines
269 B
Bash

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