summaryrefslogtreecommitdiff
path: root/config/deploy.m4
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2024-11-25 23:34:34 -0500
committerLLLL Colonq <llll@colonq>2024-11-25 23:34:34 -0500
commit4ff3b935dba24fd69811a95e222e4c02f10656df (patch)
treec1c6a8c1e9743ede461caffc35fb60fb2113edb0 /config/deploy.m4
parent2e92b2e59b543c4c20f52295ef3913f229ed20d3 (diff)
Config update
Diffstat (limited to 'config/deploy.m4')
-rw-r--r--config/deploy.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/config/deploy.m4 b/config/deploy.m4
index dc99c4b..3e26fda 100644
--- a/config/deploy.m4
+++ b/config/deploy.m4
@@ -1,6 +1,7 @@
define(`CONFIG_SUBST', `
globalThis.mode = "api";
globalThis.apiServer = "https://api.colonq.computer/api";
+globalThis.apiServer = "https://secure.colonq.computer/api";
globalThis.clientID = "q486jugzn2my4iw6l181o006ugye4j"
globalThis.authRedirectURL = "https://api.colonq.computer/register";
')