From 7574cd31c2fd849fb9d686862a20207a5d46da13 Mon Sep 17 00:00:00 2001 From: Mikhail Kuznetsov Date: Fri, 26 Jun 2026 10:33:26 +1000 Subject: [PATCH] =?UTF-8?q?fix(aihitRelationshipsSyncer):=20=D0=A4=D0=B8?= =?UTF-8?q?=D0=BD=D0=B0=D0=BD=D0=BB=D1=8C=D0=BD=D0=BE=D0=B5=20=D0=B8=D1=81?= =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4?= =?UTF-8?q?=D0=BE=D0=B2=D0=B5=D1=80=D0=B8=D1=82=D0=B5=D0=BB=D1=8C=D0=BD?= =?UTF-8?q?=D1=8B=D1=85=20=D0=BE=D1=82=D0=BD=D0=BE=D1=88=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B9=20=D1=81=20=D0=90=D0=98=D0=A5=20=D0=98=D0=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NuGet.config | 24 ++++++++++--------- .../appsettings.json | 2 +- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/NuGet.config b/NuGet.config index cd905227..0332f75e 100644 --- a/NuGet.config +++ b/NuGet.config @@ -1,13 +1,15 @@  - - - - - - - - - - - + + + + + + + + + + + + + \ No newline at end of file diff --git a/PARR.AIHITRelationshipsSyncerWorker/appsettings.json b/PARR.AIHITRelationshipsSyncerWorker/appsettings.json index e35f77a5..aa200cba 100644 --- a/PARR.AIHITRelationshipsSyncerWorker/appsettings.json +++ b/PARR.AIHITRelationshipsSyncerWorker/appsettings.json @@ -1,6 +1,6 @@ { "ConnectionStrings": { - "AihitConnection": "Data Source=10.248.19.97; Initial Catalog=mao2;User ID=awhit-ipp-parr;pwd=ET3h$9y1LH#D;Encrypt=false;TrustServerCertificate=true;MultiSubnetFailover=True;", + "AihitConnection": "Data Source=10.248.19.97; Initial Catalog=mao2;User ID=awhit-ipp-parr;pwd=ET3h$9y1LH#D;Encrypt=Optional;TrustServerCertificate=true;MultiSubnetFailover=True;", "DefaultConnection": "Server=10.99.253.184;Database=parr;User Id=app_parr; Password=PosdfkhT&)%sdfligL&%5546;" }, "Logging": {