1 Star 0 Fork 11

game/mj_server

forked from 54leifeng/mj_server 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config_login.lua 792 Bytes
一键复制 编辑 原始数据 按行查看 历史
sowhatgogo 提交于 2017-07-17 14:10 . 登录服修改
root = "./skynet/"
thread = 8
harbor = 0
logger = nil
logpath = "."
start = "main" -- main script
bootstrap = "snlua bootstrap" -- The service for bootstrap
luaservice = root.."service/?.lua;"..root.."test/?.lua;"..root.."examples/?.lua"
lualoader = root .. "lualib/loader.lua"
lua_path = "./mjlib/?.lua;"..root.."lualib/?.lua;"..root.."lualib/?/init.lua"
lua_cpath = root .. "luaclib/?.so"
-- preload = "./examples/preload.lua" -- run preload.lua before every lua service run
snax = root.."examples/?.lua;"..root.."test/?.lua"
-- snax_interface_g = "snax_g"
cpath = root.."cservice/?.so"
-- daemon = "./skynet.pid"
--our path
luaservice = "./login/?.lua;./login/?/main.lua;"..luaservice
lua_path = "./lualib/?.lua;"..lua_path
lua_cpath = "./luaclib/?.so;"..lua_cpath
LOGIN_WEB_PORT = 2017
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Lua
1
https://gitee.com/github-30698749/mj_server.git
git@gitee.com:github-30698749/mj_server.git
github-30698749
mj_server
mj_server
master

搜索帮助