Support SRTools web
This commit is contained in:
@@ -15,12 +15,14 @@ class ConfigData:
|
||||
LogLevel: str
|
||||
GameServer: ServerConfig
|
||||
SDKServer: ServerConfig
|
||||
SRToolsServer: ServerConfig
|
||||
RegionName: str
|
||||
def write_default_config():
|
||||
config = ConfigData(
|
||||
LogLevel="INFO",
|
||||
GameServer=ServerConfig(IP="127.0.0.1", Port=23301),
|
||||
SDKServer=ServerConfig(IP="127.0.0.1", Port=21000),
|
||||
SRToolsServer=ServerConfig(IP="127.0.0.1", Port=25000),
|
||||
RegionName="NeonSR",
|
||||
)
|
||||
with open("Config.json", "w") as f:
|
||||
|
||||
Reference in New Issue
Block a user