From ea92f1f804651033ea2a5a2df5f93f168f4efe4a Mon Sep 17 00:00:00 2001 From: Josh Cooper Date: Tue, 12 Nov 2024 15:59:43 +0000 Subject: [PATCH] chore: bodge constants up to staging --- admin/src/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/src/constants.ts b/admin/src/constants.ts index 762a868..f3a03f2 100644 --- a/admin/src/constants.ts +++ b/admin/src/constants.ts @@ -1,5 +1,5 @@ -export const API_URL = import.meta.env.PUBLIC_API_URL || "http://web01.socstech.support:1305"; -export const Y2_URL = import.meta.env.PUBLIC_Y2_URL || "http://web01.socstech.support:2305"; +export const API_URL = import.meta.env.PUBLIC_API_URL || "https://asgard.staging.socstech.support"; +export const Y2_URL = import.meta.env.PUBLIC_Y2_URL || "https://yggdrasil.staging.socstech.support"; export const PUBLIC_ROUTES = [ "/login", "/forgot-password", "/change-password" ] // * remove for debug *