mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Move the default port to 16880.
1688 is used by MS KMS.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const ENABLE_EXPENSIVE_DEBUG_TOOLS = false;
|
||||
// Must be kept in sync with game.server.settings.ServerSettings.
|
||||
const HTTP_BACKEND = "http://[::1]:1688";
|
||||
const WS_BACKEND = "ws://[::1]:1688/eventstream";
|
||||
const HTTP_BACKEND = "http://[::1]:16880";
|
||||
const WS_BACKEND = "ws://[::1]:16880/eventstream";
|
||||
|
||||
METERS_TO_FEET = 3.28084;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user