diff options
| author | LLLL Colonq <llll@colonq> | 2024-11-26 00:56:14 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-11-26 00:56:14 -0500 |
| commit | f5f6750b164c4314c35c6aa733e6f0124160fe64 (patch) | |
| tree | 6dda2af3a8308ad4fbbf1031fe7ca89f1ab06499 /config | |
| parent | 8b1066cf63d5eb7c3254ec4d0d3ecec6056d6419 (diff) | |
Fix secure api
Diffstat (limited to 'config')
| -rw-r--r-- | config/deploy.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.m4 b/config/deploy.m4 index 3e26fda..d37c12b 100644 --- a/config/deploy.m4 +++ b/config/deploy.m4 @@ -1,7 +1,7 @@ define(`CONFIG_SUBST', ` globalThis.mode = "api"; globalThis.apiServer = "https://api.colonq.computer/api"; -globalThis.apiServer = "https://secure.colonq.computer/api"; +globalThis.secureApiServer = "https://secure.colonq.computer/api"; globalThis.clientID = "q486jugzn2my4iw6l181o006ugye4j" globalThis.authRedirectURL = "https://api.colonq.computer/register"; ') |
