You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
1.3 KiB
SYSTEMD
12 lines
1.3 KiB
SYSTEMD
root = "./"
|
|
proj_root = "../"
|
|
|
|
luaservice = root.."service/?.lua;"..proj_root.."gameserver/?.lua;"..proj_root.."gameserver/game/service/?.lua;"..proj_root.."gameserver/service/?.lua;"..proj_root.."gameserver/dbserver/?.lua;"..proj_root.."gameserver/datacenter/?.lua;"..proj_root.."gameserver/game/manager/?.lua;"..proj_root.."common/dbproxy/?.lua;"..proj_root.."common/dbproxy/mysqldb/?.lua;"..proj_root.."common/dbproxy/mongodb/?.lua;"..proj_root.."common/dbproxy/redisdb/?.lua;"..proj_root.."common/mq/consumer/?.lua;"..proj_root.."common/mq/producer/?.lua;"
|
|
|
|
lualoader = root .. "lualib/loader.lua"
|
|
|
|
lua_path = root.."lualib/?.lua;"..root.."lualib/?/init.lua;"..proj_root.."gameserver/?.lua;"..proj_root.."common/utils/?.lua;"..proj_root.."gameserver/game/?.lua;"..proj_root.."gameserver/game/service/?.lua;"..proj_root.."gameserver/game/cmd/?.lua;"..proj_root.."gameserver/game/logic/?.lua;"..proj_root.."gameserver/game/model/?.lua;"..proj_root.."gameserver/game/achievement/?.lua;"..proj_root.."gameserver/game/config/?.lua;"..proj_root.."common/?.lua;"..proj_root.."common/word_crab/?.lua;"..proj_root.."common/preload/?.lua;"..proj_root.."common/mongodb/?.lua;"..proj_root.."common/setting/?.lua;"..proj_root.."common/dbproxy/?.lua;"..proj_root.."common/mq/?.lua;"..proj_root.."common/pay/?.lua;"
|
|
|
|
lua_cpath = root .. "luaclib/?.so"
|
|
|
|
cpath = root.."cservice/?.so" |