Add config entry for OverseaLogPort (default: 8888)

This commit is contained in:
Melledy
2022-04-21 00:28:28 -07:00
parent 85453c4837
commit 29f6d77e2f
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ public final class Config {
public String GameServerPublicIp = "";
public int GameServerPort = 22102;
public int OverseaLogPort = 8888;
public int UploadLogPort = 80;
public String DatabaseUrl = "mongodb://localhost:27017";