1 Star 0 Fork 2

houge/twisted_game_server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.json 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
RedBlueBlur 提交于 2019-02-05 14:16 . 还原IP地址
{
"server_name": "wind",
"login_server": {
"client_listen": {
"host": "192.168.1.100",
"port": 10000
},
"gate_listen": {
"host": "192.168.1.100",
"port": 10001
},
"gate_address":{
"192.168.1.100": "冰封王座"
}
},
"gate_server": {
"client_listen": {
"host": "192.168.1.100",
"port": 10002
},
"center_listen": {
"host": "192.168.1.100",
"port": 10003
},
"login_address": {
"host": "192.168.1.100",
"port": 10001
},
"center_address": {
"192.168.1.100": "逻辑1服"
}
},
"center_server": {
"gate_address": {
"host": "192.168.1.100",
"port": 10003
}
},
"redis": {
"host": "127.0.0.1",
"port": 6379,
"db": 0,
"password": "yinpeng"
},
"log_path": "/home/pi/Server/Logs/",
"mongodb": {
"host": "127.0.0.1",
"port": 7912
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/houchangyu/twisted_game_server.git
git@gitee.com:houchangyu/twisted_game_server.git
houchangyu
twisted_game_server
twisted_game_server
master

搜索帮助