Lobby ports for CON and RTA

This commit is contained in:
HikikoMarmy
2025-06-15 00:22:14 +01:00
parent e1eba1a3d0
commit cb7a3f0825
2 changed files with 5 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
service_ip=127.0.0.1 service_ip=192.223.31.2
lobby_port=40801 con_lobby_port=40900
rta_lobby_port=40910
discovery_port=10101 discovery_port=10101

View File

@@ -3,8 +3,8 @@
bool Config::Load( std::string filename ) bool Config::Load( std::string filename )
{ {
service_ip = "0.0.0.0"; service_ip = "0.0.0.0";
con_lobby_port = 40801; con_lobby_port = 40900;
rta_lobby_port = 40810; rta_lobby_port = 40910;
discovery_port = 10101; discovery_port = 10101;
// Read configuration from ini file // Read configuration from ini file