Skip to content

Commit

Permalink
updated default payment url
Browse files Browse the repository at this point in the history
  • Loading branch information
ttingle-ch committed Oct 24, 2024
1 parent 4bdf9a5 commit 6342b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/properties.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const POSTCODE_ADDRESSES_LOOKUP_URL = getEnvironmentVariable("POSTCODE_AD

export const API_URL = getEnvironmentValue("API_URL", "http://api.chs.local:4001");

export const PAYMENTS_API_URL = getEnvironmentValue("PAYMENTS_API_URL", "http://api.chs.local:4001");
export const PAYMENTS_API_URL = getEnvironmentValue("PAYMENTS_API_URL", "http://api-payments.chs.local:4001");

export const CHS_API_KEY = getEnvironmentValue("CHS_API_KEY", "chs.api.key");

Expand Down

0 comments on commit 6342b55

Please sign in to comment.