fix: Update SilverPay BaseUrl to http://10.0.0.51:5500 for integration testing

This commit is contained in:
SysAdmin 2025-11-17 15:05:39 +00:00
parent 25ec371961
commit 8dfaa7e0f7

View File

@ -9,7 +9,7 @@
"ExpiryInHours": 2
},
"SilverPay": {
"BaseUrl": "http://localhost:8001",
"BaseUrl": "http://10.0.0.51:5500",
"ApiKey": "sp_test_key_development",
"WebhookSecret": "webhook_secret_dev",
"DefaultWebhookUrl": "http://localhost:5000/api/orders/payments/webhook",