diff options
| author | LLLL Colonq <llll@colonq> | 2026-02-17 19:55:19 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-02-17 19:55:19 -0500 |
| commit | f0a524a0a98a6962fd588cfadf0201b749141d81 (patch) | |
| tree | e03eed2627defe5e9cdd318ad703c72f0adc267a /config | |
| parent | c45a68362c2f64781458f74309a235af8393255a (diff) | |
Add character sheet
Diffstat (limited to 'config')
| -rw-r--r-- | config/test.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/test.m4 b/config/test.m4 index a628df0..d46c62f 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.apiServer = "http://localhost:8080/api"; globalThis.secureApiServer = "http://localhost:8000/api"; globalThis.clientID = "q486jugzn2my4iw6l181o006ugye4j" -globalThis.authRedirectURL = "http://localhost:8000/register"; +globalThis.authRedirectURL = "http://localhost:8080/register"; ') |
