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