mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-23 01:47:40 -05:00
9 lines
331 B
JavaScript
9 lines
331 B
JavaScript
export const SERVER_PORT = 3000;
|
|
export const SERVER_GAME_MODE = 0;
|
|
export const SERVER_TICK_INTERVAL = 1; // better dont change
|
|
export const SERVER_SAVE_INTERVAL = 120000; // all 120s
|
|
export const SERVER_MAX_CONNECTIONS = 64;
|
|
|
|
export const SERVER_DEFAULT_CONSOLE_COLOR = 32;
|
|
|
|
export const ASSET_DIGEST_PATH = "../../asset_digest"; |