diff --git a/IRC.Core.SCP/appsettings.Prod_Rayplus_SCP.json b/IRC.Core.SCP/appsettings.Prod_Rayplus_SCP.json index 10863f375..b1e906b5a 100644 --- a/IRC.Core.SCP/appsettings.Prod_Rayplus_SCP.json +++ b/IRC.Core.SCP/appsettings.Prod_Rayplus_SCP.json @@ -63,8 +63,8 @@ } }, "ConnectionStrings": { - "RemoteNew": "Server=106.14.89.110,1435;Database=Test_Rayplus;User ID=sa;Password=xc@123456;TrustServerCertificate=true", - "Hangfire": "Server=106.14.89.110,1435;Database=Test_Rayplus_Hangfire;User ID=sa;Password=xc@123456;TrustServerCertificate=true" + "RemoteNew": "Server=prod_mssql_standard,1433;Database=Prod_Rayplus;User ID=sa;Password=zhanying@2021;TrustServerCertificate=true", + "Hangfire": "Server=prod_mssql_standard,1433;Database=Prod_Rayplus_Hangfire;User ID=sa;Password=zhanying@2021;TrustServerCertificate=true" }, "DicomSCPServiceConfig": { "CalledAEList": [ diff --git a/IRaCIS.Core.API/appsettings.Prod_Rayplus.json b/IRaCIS.Core.API/appsettings.Prod_Rayplus.json index 1147cc346..9a25b83e6 100644 --- a/IRaCIS.Core.API/appsettings.Prod_Rayplus.json +++ b/IRaCIS.Core.API/appsettings.Prod_Rayplus.json @@ -7,8 +7,8 @@ } }, "ConnectionStrings": { - "RemoteNew": "Server=101.132.253.119,1435;Database=Uat_Rayplus;User ID=sa;Password=xc@123456;TrustServerCertificate=true", - "Hangfire": "Server=101.132.253.119,1435;Database=Uat_Rayplus_Hangfire;User ID=sa;Password=xc@123456;TrustServerCertificate=true" + "RemoteNew": "Server=prod_mssql_standard,1433;Database=Prod_Rayplus;User ID=sa;Password=zhanying@2021;TrustServerCertificate=true", + "Hangfire": "Server=prod_mssql_standard,1433;Database=Prod_Rayplus_Hangfire;User ID=sa;Password=zhanying@2021;TrustServerCertificate=true" }, "WeComNoticeConfig": { "IsOpenWeComNotice": true,