From e72673c184eb3cc8c6e73d620a7203e309952b6a Mon Sep 17 00:00:00 2001 From: masoodafar-web Date: Mon, 23 Feb 2026 22:07:58 +0330 Subject: [PATCH] =?UTF-8?q?chore(staging):=20remove=20appsettings.Producti?= =?UTF-8?q?on.json=20=E2=80=94=20config=20comes=20from=20K8s=20Secret?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DO NOT cherry-pick this commit to production branch --- .../appsettings.Production.json | 31 ------------------- 1 file changed, 31 deletions(-) delete mode 100644 src/CMSMicroservice.WebApi/appsettings.Production.json diff --git a/src/CMSMicroservice.WebApi/appsettings.Production.json b/src/CMSMicroservice.WebApi/appsettings.Production.json deleted file mode 100644 index 1c337a1..0000000 --- a/src/CMSMicroservice.WebApi/appsettings.Production.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "ZarinPal": { - "MerchantId": "4225d555-5fa9-4df0-9b61-1ce152cbbba8", - "UseSandbox": false - }, - "CmsBaseUrl": "https://cms.kbs1.ir", - "FrontOfficeBaseUrl": "https://kbs1.ir", - "ConnectionStrings": { - "DefaultConnection": "Server=mssql-svc;Database=KBS;User Id=sa;Password=YourStrong@Passw0rd;TrustServerCertificate=True;" - }, - "SeedWorkers": { - "MagicWalletCycleSeed": { - "Enabled": true - } - }, - "Kestrel": { - "EndpointDefaults": { - "Protocols": "Http2" - } - }, - "Seq": { - "ServerUrl": "http://seq-svc:5341", - "ApiKey": "oxpvpUzU1pZxMS4s3Fqq" - }, - "Logging": { - "LogLevel": { - "Default": "Warning", - "Microsoft.AspNetCore": "Warning" - } - } -}