修改:数据库连接字符串
10.8.8.212->10.8.8.208
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -53,4 +53,6 @@
|
||||
/ConsoleAppDB/bin
|
||||
|
||||
/ConsoleAppredissub/obj
|
||||
/ConsoleAppredissub/bin
|
||||
/ConsoleAppredissub/bin
|
||||
BLW_Log/wwwroot/PanelSelectionPic
|
||||
.trae
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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;"
|
||||
}
|
||||
}
|
||||
@@ -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;"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user