diff options
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"; ') |
