From b065bf05e36a35498692cb02493f4816c88df116 Mon Sep 17 00:00:00 2001 From: 家里台式机\Administrator <liaoxujun@> Date: 星期日, 29 六月 2025 07:03:41 +0800 Subject: [PATCH] no message --- Admin.NET/Admin.NET.Application/Configuration/Database.json | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Admin.NET/Admin.NET.Application/Configuration/Database.json b/Admin.NET/Admin.NET.Application/Configuration/Database.json index f0a63d4..a34209f 100644 --- a/Admin.NET/Admin.NET.Application/Configuration/Database.json +++ b/Admin.NET/Admin.NET.Application/Configuration/Database.json @@ -15,7 +15,8 @@ //"ConnectionString": "Server=localhost;Database=xxx;Uid=xxx;Pwd=xxx;SslMode=None;AllowLoadLocalInfile=true;AllowUserVariables=true;", // MySql, //"ConnectionString": "User Id=xxx; Password=xxx; Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=ORCL)))", // Oracle //"ConnectionString": "Server=192.168.0.31;Database=FZCZTB;User Id=SA;Password=123456;Encrypt=True;TrustServerCertificate=True;", // SqlServer - "ConnectionString": "Server=MS-FSEUTNLCXFDB\\SQLEXPRESS;Database=FZCZTB;Encrypt=True;TrustServerCertificate=True;Integrated Security=true;", // SqlServer + "ConnectionString": "Server=(localdb)\\MSSQLLocalDB;Database=FZCZTB;Encrypt=True;TrustServerCertificate=True;Integrated Security=true;", // SqlServer + //"ConnectionString": "Server=localhost;Database=FZCZTB;Trusted_Connection=True;", // SqlServer //"SlaveConnectionConfigs": [ // 璇诲啓鍒嗙/涓讳粠 // { // "HitRate": 10, -- Gitblit v1.9.1