From 84a08806b9907a468e971d83be80048fb5fcb07c Mon Sep 17 00:00:00 2001
From: qwj <qwjzorro@163.com>
Date: 星期三, 26 七月 2023 15:32:49 +0800
Subject: [PATCH] 公共类
---
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