From 238c72468b6d5df3e86ea119f9ad9245f3d23e86 Mon Sep 17 00:00:00 2001
From: qwj <qwjzorro@163.com>
Date: 星期三, 26 七月 2023 15:30:22 +0800
Subject: [PATCH] 添加SqlSugar访问

---
 DocumentServiceAPI.Web.Entry/appsettings.json |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/DocumentServiceAPI.Web.Entry/appsettings.json b/DocumentServiceAPI.Web.Entry/appsettings.json
index 8b4498e..1c7faa8 100644
--- a/DocumentServiceAPI.Web.Entry/appsettings.json
+++ b/DocumentServiceAPI.Web.Entry/appsettings.json
@@ -14,5 +14,10 @@
       "DbType": "Sqlite",
       "IsAutoCloseConnection": true
     }
-  ]
+  ],
+  "ConnectionStrings": {
+    //鏁版嵁搴撹繛鎺ュ瓧绗︿覆
+    "sqldb": "Data Source=.;Initial Catalog=CY_DocumentSystemOnline;User ID=sa;Password=123456",
+    "redis": ""
+  }
 }
\ No newline at end of file

--
Gitblit v1.9.1