1 Star 0 Fork 7

os85001/捕鱼

forked from ajax/捕鱼 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config_frontend 955 Bytes
一键复制 编辑 原始数据 按行查看 历史
ajax 提交于 2018-08-13 17:56 . 1111
---------------------------public-----------------------
include("config_public")
include("config_port")
---------------------------------------------------------
thread = 8
harbor = frontend_harbor
logger = "./log/frontend.log"
address = "127.0.0.1:"..serverIndex.."00"..harbor
master = "127.0.0.1:"..serverIndex.."000"
standalone = "0.0.0.0:"..serverIndex.."000"
start = "frontend"
--debug
debugPort = serverIndex.."05"..harbor
--watchdog
port = serverIndex.."901"
maxClient = 5000
maxLogining = 10
heartbeatInterval = 300
recordPath = "./record/"
flushInterval = 5
-- 开启登陆白名单,默认禁止其他玩家登陆
openLoginLimit = 1
loginWhiteIps = "192.168.226.128"
--auth
logicCount = 4
enabledIPLimit = 1 --1代表开启同一IP登录数限制
checkLoginTimeLen = 7200 --两小时
forbidTimeLen = 7200 --封禁时长
enabledLoginCount = 20 --允许登录最大数
--http
httpPort = http_port
maxHttpClient = 1024
contentLength = 400
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zzmstring/fishing.git
git@gitee.com:zzmstring/fishing.git
zzmstring
fishing
捕鱼
master

搜索帮助