fix: environment-specific gateway config — staging=sandbox, production=real
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 8m37s

- appsettings.json/Staging.json: UseSandbox=true (sandbox mode for testing)
- appsettings.Production.json: UseSandbox=false, MerchantId=new production key
- Added SeedWorkers, Kestrel, Seq overrides to Production config
This commit is contained in:
masoodafar-web
2026-02-22 22:18:51 +03:30
parent 5c63dc6e38
commit b9a72b4589
3 changed files with 17 additions and 2 deletions
@@ -2,7 +2,7 @@
"PaymentProvider": "zarinpal",
"ZarinPal": {
"MerchantId": "4225d555-5fa9-4df0-9b61-1ce152cbbba8",
"UseSandbox": false
"UseSandbox": true
},
"FMS": {
"Address": "https://dl.afrino.co"