Skip to content

Commit

Permalink
调整默认服务端口
Browse files Browse the repository at this point in the history
  • Loading branch information
shinny-yangyang committed Aug 14, 2018
1 parent 38bb666 commit e033551
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/Debug/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"host": "127.0.0.1",
"port": 7777,
"port": 7788,
"user_file_path": "c:\\tmp"
}
2 changes: 1 addition & 1 deletion src/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ bool LoadConfig()
Config::Config()
{
//配置参数默认值
port = 7777;
port = 7788;

//主程序exe所在路径
char buffer[MAX_PATH + 1];
Expand Down

0 comments on commit e033551

Please sign in to comment.