Commit 0a12fdaf3cae7ee77d2b7df59b47770abc1f40cb
1 parent
1321f03b
配置文件
Showing
1 changed file
with
1 additions
and
1 deletions
 
Show diff stats
src/config
| @@ -7,7 +7,7 @@ bootstrap = "snlua bootstrap" -- The service for bootstrap | @@ -7,7 +7,7 @@ bootstrap = "snlua bootstrap" -- The service for bootstrap | ||
| 7 | logd = 1 -- 是否开启日志 | 7 | logd = 1 -- 是否开启日志 | 
| 8 | servId = 1 | 8 | servId = 1 | 
| 9 | baseId = 0 | 9 | baseId = 0 | 
| 10 | -codeurl = "120.26.43.151:9090" | 10 | +codeurl = "106.13.60.20:9090" | 
| 11 | cluster = "./src/nodenames.lua" | 11 | cluster = "./src/nodenames.lua" | 
| 12 | daemon = "./skynet.pid" | 12 | daemon = "./skynet.pid" | 
| 13 | 13 |