summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-08-15 14:29:25 -0400
committerLLLL Colonq <llll@colonq>2025-08-15 14:29:45 -0400
commit21c494a4ff9dc896171685a3b354d3395d281579 (patch)
tree9e5898e3cd070be725bc5ed9567486d3efa83b11 /config
parent102f59cdee27347737fc58e492e2313fd78b95de (diff)
Update
Diffstat (limited to 'config')
-rw-r--r--config/test.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/config/test.m4 b/config/test.m4
index 0b8d565..a628df0 100644
--- a/config/test.m4
+++ b/config/test.m4
@@ -1,7 +1,7 @@
define(`CONFIG_SUBST', `
globalThis.mode = "api";
-globalThis.apiServer = "http://localhost:8080/api";
-globalThis.secureApiServer = "http://localhost:8080/api";
+globalThis.apiServer = "http://localhost:8000/api";
+globalThis.secureApiServer = "http://localhost:8000/api";
globalThis.clientID = "q486jugzn2my4iw6l181o006ugye4j"
-globalThis.authRedirectURL = "http://localhost:8080/register";
+globalThis.authRedirectURL = "http://localhost:8000/register";
')