From 6342b559d8586da64d114017bd599badf63ac4d5 Mon Sep 17 00:00:00 2001 From: ttingle-ch Date: Thu, 24 Oct 2024 12:54:55 +0100 Subject: [PATCH] updated default payment url --- src/utils/properties.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");