mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
fix: cbe callback
This commit is contained in:
@@ -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(/\/$/, ""),
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user