Switched to my own sync server
This commit is contained in:
parent
55bf85268a
commit
86b7e79eb0
@ -11,7 +11,7 @@ let handle
|
|||||||
export function initRepo() {
|
export function initRepo() {
|
||||||
const repo = new Repo({
|
const repo = new Repo({
|
||||||
network: [
|
network: [
|
||||||
new BrowserWebSocketClientAdapter("wss://sync.automerge.org")
|
new BrowserWebSocketClientAdapter("wss://automerge.rheinheim.fraction.ch")
|
||||||
],
|
],
|
||||||
storage: new IndexedDBStorageAdapter()
|
storage: new IndexedDBStorageAdapter()
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user