From 661506716888dfdacb2294befaf11a4257a1e41f Mon Sep 17 00:00:00 2001 From: a158 Date: Wed, 14 Jan 2026 22:09:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=B7=A5=E5=85=B7=E7=AE=B1CO?= =?UTF-8?q?NTROLL=E5=92=8C=E4=B8=B4=E6=97=B6=E6=96=87=E4=BB=B6=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- target/fwutils/config.lua | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/target/fwutils/config.lua b/target/fwutils/config.lua index 0a8862b..6554169 100644 --- a/target/fwutils/config.lua +++ b/target/fwutils/config.lua @@ -1,12 +1,16 @@ return { -- 服务器ID,如果REDIS或MYSQL与其它服务公用必须更改此参数,要求唯一 - server_id = "TEACHER_1", + server_id = "ADMIN_1", path = { -- 字节码路径 luabytecode = "cache.fw.luabytecode", -- 开发接口路径 - develop_api = "/app/controll/develop/" + develop_api = "/app/controll/develop", + -- FWUTILS工具箱 + fwutils_toolbox = "/app/controll/fwutils", + -- 临时文件路径 + temp_path = "/public/temp" }, token = { -- 超时时间