mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-15 08:25:21 +01:00
Add config entry for OverseaLogPort (default: 8888)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user