Skip to content

Commit

Permalink
同步代码
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaobangyu committed Sep 28, 2023
1 parent ee1e073 commit 0bb73c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/accord.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!./quanta
import("kernel.lua")

require("socket.core")
require("LuaPanda").start("127.0.0.1", 8820)
quanta.startup(function()
import("kernel/protobuf_mgr.lua")
import("robot/node_factory.lua")
Expand Down
1 change: 1 addition & 0 deletions server/robot/accord_mgr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ prop:reader("accord_list", {}) -- 协议列表(添加的数据)
prop:reader("case_group", {}) -- 用例分组
prop:reader("load_db_status", false)
prop:reader("src_map", {}) -- 资源映射
prop:reader("srvlist_api", environ.get("QUANTA_SRVLIST_API")) -- 服务器列表api

function AccordMgr:__init()
-- 创建HTTP服务器
Expand Down

0 comments on commit 0bb73c7

Please sign in to comment.