Files
chenzhen 222dda1e43 1,新增“App_ThermalImageSystem”;
2,新增“Apps”;
3,新增“Common”;
4,新增“FileList”;
5,新增“MediaX”;
6,新增“OpenSource”;
7,新增“Samples”;
8,新增“SoftwareBusinessLines”.
2026-02-14 23:03:23 +08:00

16 lines
416 B
Plaintext

include "config.path"
-- preload = "./examples/preload.lua" -- run preload.lua before every lua service run
thread = 1
logger = nil
logpath = "."
harbor = 1
address = "127.0.0.1:2529"
master = "127.0.0.1:2015"
start = "main" -- main script
bootstrap = "snlua bootstrap" -- The service for bootstrap
standalone = "0.0.0.0:2015"
-- snax_interface_g = "snax_g"
cpath = root.."cservice/?.so"
-- daemon = "./skynet.pid"