fix(payment): default broker host port to 1607 (8090 was allocated on the server)
CI/CD / CI · Web (tsc) (push) Successful in 1m10s
CI/CD / Deploy · full stack (push) Successful in 3m6s

This commit is contained in:
soroush.asadi
2026-06-16 07:28:05 +03:30
parent 376cdf6a1c
commit 23d1fd8fb1
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export const runtime = "nodejs";
* /api/admin/pay/transactions?... → .../v1/admin/transactions?...
*/
function paymentBase(): string {
return (process.env.PAYMENT_SVC_URL || "http://localhost:8090").replace(/\/+$/, "");
return (process.env.PAYMENT_SVC_URL || "http://localhost:1607").replace(/\/+$/, "");
}
async function forward(