diff options
| author | LLLL Colonq <llll@colonq> | 2025-08-15 14:29:25 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-08-15 14:29:45 -0400 |
| commit | 21c494a4ff9dc896171685a3b354d3395d281579 (patch) | |
| tree | 9e5898e3cd070be725bc5ed9567486d3efa83b11 /config/test.m4 | |
| parent | 102f59cdee27347737fc58e492e2313fd78b95de (diff) | |
Update
Diffstat (limited to 'config/test.m4')
| -rw-r--r-- | config/test.m4 | 6 |
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"; ') |
