revert common.js
This commit is contained in:
parent
2ba4307074
commit
262d6fe733
1 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,14 @@
|
|||
export const config = {
|
||||
serverAddresses: [
|
||||
"ws://127.0.0.1:6004",
|
||||
"wss://computernewb.com/collab-vm/vm0",
|
||||
"wss://computernewb.com/collab-vm/vm1",
|
||||
"wss://computernewb.com/collab-vm/vm2",
|
||||
"wss://computernewb.com/collab-vm/vm3",
|
||||
"wss://computernewb.com/collab-vm/vm4",
|
||||
"wss://computernewb.com/collab-vm/vm5",
|
||||
"wss://computernewb.com/collab-vm/vm6",
|
||||
"wss://computernewb.com/collab-vm/vm7",
|
||||
"wss://computernewb.com/collab-vm/vm8",
|
||||
],
|
||||
chatSound: "https://computernewb.com/collab-vm/notify.ogg",
|
||||
// What XSS implementation the server uses
|
||||
|
|
Loading…
Reference in a new issue