diff options
| author | LLLL Colonq <llll@colonq> | 2026-02-20 22:25:14 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-02-20 22:25:14 -0500 |
| commit | fb0a4f884ed1ea89636e5b6e43ea9be0b5af7f97 (patch) | |
| tree | a565a4763489df35e243196e7867a11c4427941d /config | |
| parent | f0a524a0a98a6962fd588cfadf0201b749141d81 (diff) | |
Update
Diffstat (limited to 'config')
| -rw-r--r-- | config/test.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/test.m4 b/config/test.m4 index d46c62f..92da103 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:8000/api"; +globalThis.secureApiServer = "http://localhost:8081/api"; globalThis.clientID = "q486jugzn2my4iw6l181o006ugye4j" globalThis.authRedirectURL = "http://localhost:8080/register"; ') |
