1 Star 0 Fork 11

武耻狂徒/mj_server

forked from 54leifeng/mj_server 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config_robot.lua 751 Bytes
一键复制 编辑 原始数据 按行查看 历史
yuanfengyun 提交于 2017-04-01 18:03 . 客户端改为skynet 测试
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 = 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 = "./robot/?.lua;./robot/?/main.lua;"..luaservice
lua_path = "./lualib/?.lua;"..lua_path
lua_cpath = "./luaclib/?.so;"..lua_cpath
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Lua
1
https://gitee.com/wuchikuangtu/mj_server.git
git@gitee.com:wuchikuangtu/mj_server.git
wuchikuangtu
mj_server
mj_server
master

搜索帮助