修改:数据库连接字符串

10.8.8.212->10.8.8.208
This commit is contained in:
2025-12-16 17:34:30 +08:00
parent b3520ee98e
commit 5c949a6ce2
5 changed files with 7 additions and 6 deletions

4
.gitignore vendored
View File

@@ -53,4 +53,6 @@
/ConsoleAppDB/bin
/ConsoleAppredissub/obj
/ConsoleAppredissub/bin
/ConsoleAppredissub/bin
BLW_Log/wwwroot/PanelSelectionPic
.trae

View File

@@ -1,6 +1,6 @@
{
"ConnectionStrings": {
"DefaultConnection": "Server=10.8.8.212;Database=postgres;user id=postgres;password=123456;port=16035;"
"DefaultConnection": "Server=10.8.8.208;Database=postgres;user id=postgres;password=123456;port=16035;"
},
"ExcelGenerater": "15,45,0",
"Logging": {

View File

@@ -2,8 +2,7 @@
"CRICSUrl": "https://www.boonlive-rcu.com/",
"MQTT_Agent_Url": "http://localhost:8086/blw/mqtt_publish",
"ConnectionStrings": {
"MysqlConnStr": "server=10.8.8.212;database=lowmachinelog;charset=utf8;uid=BLWlog;pwd=Blw@1234;port=16036",
//"MysqlConnStr": "server=localhost;database=lowmachinelog;charset=utf8;uid=root;pwd=123456;port=3306"
"MysqlConnStr": "server=10.8.8.208;database=cdr_library;charset=utf8;uid=BLWlog;pwd=Blw@1234;port=16036",
"ProductionlineSQLConString":"Server=blv-cloud-db.mysql.rds.aliyuncs.com;Database=blv_productionlinetest;Uid=blv_rcu;Pwd=fnadiaJDIJ7546;charset=utf8;port=3307;"
}
}

View File

@@ -109,6 +109,6 @@
},
"ConnectionStrings": {
"DefaultConnection": "Server=10.8.8.212;Database=postgres;user id=postgres;password=123456;port=16035;"
"DefaultConnection": "Server=10.8.8.208;Database=postgres;user id=postgres;password=123456;port=16035;"
}
}

View File

@@ -109,6 +109,6 @@
},
"ConnectionStrings": {
"DefaultConnection": "Server=10.8.8.212;Database=postgres;user id=postgres;password=123456;port=16035;"
"DefaultConnection": "Server=10.8.8.208;Database=postgres;user id=postgres;password=123456;port=16035;"
}
}