diff --git a/src/utils/properties.ts b/src/utils/properties.ts index eab7ef97..de6a4f4c 100644 --- a/src/utils/properties.ts +++ b/src/utils/properties.ts @@ -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");