From 15623ab515204def9cc1cf440f5cb90500c9f68b Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Thu, 16 Jul 2026 14:24:03 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRC.Core.SCP/appsettings.Prod_Rayplus_SCP.json | 4 ++-- IRaCIS.Core.API/appsettings.Prod_Rayplus.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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,