From 16baa1dd1d5957d38a3b60eb392bc847fcc49a9c Mon Sep 17 00:00:00 2001 From: ghost2023 Date: Sun, 2 Aug 2026 23:01:29 +0300 Subject: [PATCH] fix: cbe callback --- apps/edr-payment-api/src/config/cbe-bill.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/edr-payment-api/src/config/cbe-bill.config.ts b/apps/edr-payment-api/src/config/cbe-bill.config.ts index 7fa528464..b84b4673c 100644 --- a/apps/edr-payment-api/src/config/cbe-bill.config.ts +++ b/apps/edr-payment-api/src/config/cbe-bill.config.ts @@ -21,6 +21,7 @@ export default registerAs("cbeBill", () => ({ process.env.PASSENGER_API_BASE_URL || "http://localhost:3002" ).replace(/\/$/, ""), freightApiBaseUrl: ( - process.env.FREIGHT_API_BASE_URL || "http://localhost:3001" + process.env.FREIGHT_API_BASE_URL || + "https://edrfreightapi-staging.edrsc.com" ).replace(/\/$/, ""), }));