From 0f7975cfd6857826f28e0cb72b9935489c13868c Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期六, 30 三月 2024 17:10:34 +0800
Subject: [PATCH] 优化升级

---
 Yw.Service.DMA.Core/paras_dma_settings.json |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/Yw.Service.DMA.Core/paras_dma_settings.json b/Yw.Service.DMA.Core/paras_dma_settings.json
index f16fae8..572df16 100644
--- a/Yw.Service.DMA.Core/paras_dma_settings.json
+++ b/Yw.Service.DMA.Core/paras_dma_settings.json
@@ -15,6 +15,14 @@
       "SQLite": {
         "ConnectString": "Data Source=yw_dma.db;"
       }
+    },
+    "CAL": {
+      "CALType": "HttpClient", //HttpClient、LocalClient
+      "HttpClient": {
+        "HttpUrl": "http://101.133.133.173:97"
+      },
+      "LocalClient": {
+      }
     }
   }
 

--
Gitblit v1.9.3