mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 09:10:42 +00:00
11 lines
269 B
Bash
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
|