From 1ae7b5a517aaa0f3a45f0b31b0c5173c35558318 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期四, 30 五月 2024 16:43:34 +0800 Subject: [PATCH] 按模块项目拆分Business --- Tiger.Business/BizSettings.json | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Tiger.Business/BizSettings.json b/Tiger.Business/BizSettings.json index 3afe0cd..2b1fe95 100644 --- a/Tiger.Business/BizSettings.json +++ b/Tiger.Business/BizSettings.json @@ -84,5 +84,7 @@ "CurrentProject": "MqBarcode", "JuDian": "XCSJ", "IsTestServer": false, - "IsUseDbCache": false + "IsUseDbCache": false, + "UploadAddress": "D:\\nginx-1.26.0\\html", + "DownloadAddress": "http://47.115.28.255:8800/files" } \ No newline at end of file -- Gitblit v1.9.3