From ff928393b5ac3d62a61592171de8ebd676a121e9 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 28 Feb 2025 18:58:56 -0500 Subject: Update --- config/test.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/test.m4') diff --git a/config/test.m4 b/config/test.m4 index a628df0..0b8d565 100644 --- a/config/test.m4 +++ b/config/test.m4 @@ -1,7 +1,7 @@ define(`CONFIG_SUBST', ` globalThis.mode = "api"; -globalThis.apiServer = "http://localhost:8000/api"; -globalThis.secureApiServer = "http://localhost:8000/api"; +globalThis.apiServer = "http://localhost:8080/api"; +globalThis.secureApiServer = "http://localhost:8080/api"; globalThis.clientID = "q486jugzn2my4iw6l181o006ugye4j" -globalThis.authRedirectURL = "http://localhost:8000/register"; +globalThis.authRedirectURL = "http://localhost:8080/register"; ') -- cgit v1.2.3