diff options
| author | LLLL Colonq <llll@colonq> | 2025-02-28 18:58:56 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-02-28 18:58:56 -0500 |
| commit | ff928393b5ac3d62a61592171de8ebd676a121e9 (patch) | |
| tree | 702566c685d6da0db4216f1ecdd25575a3788bdc /config | |
| parent | e99e29c5c6bf6ba12a478d2333a9d6f020592209 (diff) | |
Update
Diffstat (limited to 'config')
| -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 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"; ') |
