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(/\/$/, ""), }));