From f19711eabcfe4f0692278fb3a54ad8b404cc1f5d Mon Sep 17 00:00:00 2001 From: masoodafar-web Date: Thu, 14 May 2026 00:00:59 +0330 Subject: [PATCH] chore: update staging configuration for CMS URL - Changed GwUrl in appsettings.Staging.json from a local HTTP endpoint to a secure HTTPS URL for the CMS service. --- src/FrontOffice.Main/appsettings.Staging.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FrontOffice.Main/appsettings.Staging.json b/src/FrontOffice.Main/appsettings.Staging.json index e8763e2..e9c8a09 100644 --- a/src/FrontOffice.Main/appsettings.Staging.json +++ b/src/FrontOffice.Main/appsettings.Staging.json @@ -1,5 +1,5 @@ { - "GwUrl": "http://cms-svc:8080", + "GwUrl": "https://cms.se.kbs1.ir", "DownloadUrl": "", "EncryptionSettings": { "Key": "kmcQ3XTmH4mrdh8VHziuscyf8LLYjG//Kyni81nH/0E=",