feat(config): add CMS and Front Office base URLs to configuration files
Build and Deploy to Kubernetes / build-and-deploy (push) Has been cancelled

- Introduced CmsBaseUrl and FrontOfficeBaseUrl properties in both cms-config.yaml and appsettings.Staging.json for improved service integration.
- Ensured consistency across configuration files for easier management of base URLs.
This commit is contained in:
masoodafar-web
2026-06-26 17:12:43 +03:30
parent 58aeddf004
commit 89af07c122
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -24,6 +24,8 @@ stringData:
"MerchantId": "4225d555-5fa9-4df0-9b61-1ce152cbbba8",
"UseSandbox": true
},
"CmsBaseUrl": "https://cms.se.kbs1.ir",
"FrontOfficeBaseUrl": "https://kbs1.ir",
"FMS": {
"Address": "https://dl.afrino.co"
},