From 2620a245971ecb59b0e7923e67f246d2cc22829c Mon Sep 17 00:00:00 2001 From: masoodafar-web Date: Tue, 24 Feb 2026 00:18:24 +0330 Subject: [PATCH] fix: correct production URLs from kbs1 to kbs2 in cms-config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CmsBaseUrl: cms.kbs1.ir → cms.kbs2.ir FrontOfficeBaseUrl: kbs1.ir → kbs2.ir This was causing ZarinPal callback to go to staging instead of production, resulting in 401 errors (-1 unknown error). --- k8s/production/cms-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/production/cms-config.yaml b/k8s/production/cms-config.yaml index b96af17..1dd737d 100644 --- a/k8s/production/cms-config.yaml +++ b/k8s/production/cms-config.yaml @@ -23,8 +23,8 @@ stringData: "MerchantId": "4225d555-5fa9-4df0-9b61-1ce152cbbba8", "UseSandbox": false }, - "CmsBaseUrl": "https://cms.kbs1.ir", - "FrontOfficeBaseUrl": "https://kbs1.ir", + "CmsBaseUrl": "https://cms.kbs2.ir", + "FrontOfficeBaseUrl": "https://kbs2.ir", "ConnectionStrings": { "DefaultConnection": "Server=mssql-svc;Database=KBS;User Id=sa;Password=YourStrong@Passw0rd;TrustServerCertificate=True;" },