Skip to content

Commit

Permalink
[robot] default test tcp gate
Browse files Browse the repository at this point in the history
  • Loading branch information
sundream committed Apr 1, 2019
1 parent 3efdf60 commit bec1856
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
5 changes: 0 additions & 5 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
* [accountcenter] 优化logger
* [accountcenter] 返回数据也增加签名?
* [tools] 增加脚本根据script/servers.dev.config生成gamesrv配置
* 增加全局变量gg,所有全局变量都定义到这个命名空间?
* [gamesrv] config db
2 changes: 0 additions & 2 deletions gamesrv/src/app/config/nodes.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@
gamesrv_1 = "127.0.0.1:3301"
gamesrv_2 = "127.0.0.1:3302"
-- auto generate DO NOT EDIT!!!

warsrv_1 = "127.0.0.1:4301"
4 changes: 2 additions & 2 deletions robot/app/config/robot.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include "common.config"

gate_type = "kcp"
gate_type = "tcp"
ip = "127.0.0.1"
port = 8889
port = 8888
debug_port = 6666

0 comments on commit bec1856

Please sign in to comment.