mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 04:33:05 +00:00
setenv
This commit is contained in:
6
config
6
config
@@ -1,10 +1,12 @@
|
||||
root = "./"
|
||||
thread = 8
|
||||
mqueue = 256
|
||||
cpath = "./service/?.so"
|
||||
logger = nil
|
||||
harbor = 1
|
||||
address = "tcp://127.0.0.1:2525"
|
||||
master = "tcp://127.0.0.1:2012"
|
||||
start = "main"
|
||||
standalone = true
|
||||
luaservice = "./service/?.lua"
|
||||
luaservice = root.."service/?.lua"
|
||||
cpath = root.."service/?.so"
|
||||
protopath = root.."proto"
|
||||
|
||||
Reference in New Issue
Block a user