From 96d28c2c08d54a44d203e65e5a373b8a630b4275 Mon Sep 17 00:00:00 2001 From: Robert Guthrie Date: Wed, 17 Jul 2024 15:35:44 +1200 Subject: [PATCH] change to port 4444 --- hocuspocus.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hocuspocus.mjs b/hocuspocus.mjs index f6d5a8d..1cf1593 100644 --- a/hocuspocus.mjs +++ b/hocuspocus.mjs @@ -7,7 +7,7 @@ const url = (process.env.APP_URL || `https://${process.env.CANONICAL_HOST}`) + ' console.log("hocuspocus auth url: ", url); const server = Server.configure({ - port: 7700, + port: 4444, timeout: 30000, debounce: 5000, maxDebounce: 30000,