|
|
|
@ -98,8 +98,8 @@ foreach (var s in list.Split(";"))
|
|
|
|
|
|
|
|
|
|
AppInfo.Container = app.Services.GetAutofacRoot();
|
|
|
|
|
|
|
|
|
|
//var listen = builder.Configuration.GetSection("Listen");
|
|
|
|
|
//CarServerMgr.InitServer(int.Parse(listen.GetSection("Port").Value ?? "5588"));
|
|
|
|
|
var listen = builder.Configuration.GetSection("Listen");
|
|
|
|
|
CarServerMgr.InitServer(int.Parse(listen.GetSection("Port").Value ?? "5588"));
|
|
|
|
|
|
|
|
|
|
var tBoxListen = builder.Configuration.GetSection("TBoxListen");
|
|
|
|
|
TBoxServerMgr.InitTBoxServer(int.Parse(tBoxListen.GetSection("Port").Value ?? "9999"));
|
|
|
|
|