diff --git a/bin/Debug/config.json b/bin/Debug/config.json index f4bde8e..2cc5dd7 100644 --- a/bin/Debug/config.json +++ b/bin/Debug/config.json @@ -1,5 +1,5 @@ { "host": "127.0.0.1", - "port": 7777, + "port": 7788, "user_file_path": "c:\\tmp" } \ No newline at end of file diff --git a/src/config.cpp b/src/config.cpp index ea3e1f5..ede9972 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -51,7 +51,7 @@ bool LoadConfig() Config::Config() { //配置参数默认值 - port = 7777; + port = 7788; //主程序exe所在路径 char buffer[MAX_PATH + 1];