From 2575c3f4d53686ba2f5cda302e9056081e42ed7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?old=E6=98=93?= <156663459@qq.com> Date: Mon, 12 May 2025 11:23:07 +0800 Subject: [PATCH] bug fixed --- Admin.NET/Admin.NET.Application/Configuration/Database.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin.NET/Admin.NET.Application/Configuration/Database.json b/Admin.NET/Admin.NET.Application/Configuration/Database.json index 9ceebd0..9aa8726 100644 --- a/Admin.NET/Admin.NET.Application/Configuration/Database.json +++ b/Admin.NET/Admin.NET.Application/Configuration/Database.json @@ -8,7 +8,7 @@ { //"ConfigId": "1300000000001", // 默认库标识-禁止修改 "DbType": "MySql", // MySql、SqlServer、Sqlite、Oracle、PostgreSQL、Dm、Kdbndp、Oscar、MySqlConnector、Access、OpenGauss、QuestDB、HG、ClickHouse、GBase、Odbc、Custom - "ConnectionString": "DataSource=192.168.104.103; Port=3306;SslMode=None;Database=ZhiyuanForNet; Uid=ZhiyuanForNet; Pwd=xeYtEixkWixTpdhG;CharSet=utf8mb4", // 库连接字符串 + "ConnectionString": "DataSource=192.168.104.103; Port=3306;SslMode=None;Database=tuiwucarrer; Uid=tuiwucarrer; Pwd=xe@!YtEixkWixT;CharSet=utf8mb4", // 库连接字符串 //"SlaveConnectionConfigs": [ // 读写分离/主从 // { // "HitRate": 10,