Skip to content

Commit

Permalink
change to port 4444
Browse files Browse the repository at this point in the history
  • Loading branch information
robguthrie committed Jul 17, 2024
1 parent ca123c6 commit 96d28c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hocuspocus.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 96d28c2

Please sign in to comment.