Skip to content

Commit

Permalink
fgjhk
Browse files Browse the repository at this point in the history
  • Loading branch information
arctixdev committed Mar 20, 2024
1 parent ac155cd commit fefe9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ prisma.$connect().then(() => {
// Configure the server …
const server = new Hocuspocus({
port: 8090,
address: "localhost",
address: "0.0.0.0",
onAuthenticate: async (data) => {
const { token, documentName } = data;
console.log("onAuthenticate", token, documentName)
Expand Down

0 comments on commit fefe9f9

Please sign in to comment.