From ec923dc22e996aeb48b60a0a4f1a74cc96f2bf8d Mon Sep 17 00:00:00 2001 From: masoodafar-web Date: Sat, 20 Dec 2025 05:24:59 +0330 Subject: [PATCH] fix: Switch BackOffice gateway URL to production environment --- src/BackOffice/wwwroot/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BackOffice/wwwroot/appsettings.json b/src/BackOffice/wwwroot/appsettings.json index 308568a..6f37e90 100644 --- a/src/BackOffice/wwwroot/appsettings.json +++ b/src/BackOffice/wwwroot/appsettings.json @@ -1,6 +1,6 @@ { // "GwUrl": "https://bogw.kbs1.ir", - "GwUrl": "https://backoffice-bff.foursat.afrino.co", + "GwUrl": "https://bogw.kbs1.ir", // "GwUrl": "https://localhost:6468", "Authentication": { //"Authority": "https://localhost:5001",