修改测试环境数据库地址

Uat_Study
hang 2023-12-27 11:13:27 +08:00
parent 5ee8a3db21
commit 09ba37ec6d
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@
},
"ConnectionStrings": {
"RemoteNew": "Server=101.132.193.237,1435;Database=Test_Study;User ID=sa;Password=xc@123456;TrustServerCertificate=true",
"Hangfire": "Server=101.132.193.237,1435;Database=Test_Study_Hangfire;User ID=sa;Password=xc@123456;TrustServerCertificate=true"
"RemoteNew": "Server=123.56.94.154,1435;Database=Test_Study;User ID=sa;Password=xc@123456;TrustServerCertificate=true",
"Hangfire": "Server=123.56.94.154,1435;Database=Test_Study_Hangfire;User ID=sa;Password=xc@123456;TrustServerCertificate=true"
},
"BasicSystemConfig": {