Skip to content

Commit 0968b90

Browse files
author
shrouxm
committed
feat: test with public signaling server
1 parent fcb4aec commit 0968b90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

paljs2/src/state/docs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { WebrtcProvider } from 'y-webrtc';
99

1010
const syncProvider = (id: string, doc: Y.Doc, password: string) => {
1111
return new WebrtcProvider(id, doc, {
12-
signaling: ['ws://localhost:4444'],
12+
signaling: ['wss://y-webrtc-signaling.fly.dev'],
1313
password,
1414
});
1515
};

0 commit comments

Comments
 (0)