updated default server url
This commit is contained in:
parent
caa8a89a20
commit
50cd8b70cf
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ function extend (Y) {
|
|||
options.role = 'slave'
|
||||
super(y, options)
|
||||
this.webrtcOptions = {
|
||||
url: options.url || 'http://yatta.ninja:8888',
|
||||
url: options.url || 'https://yjs.dbis.rwth-aachen.de:5078',
|
||||
room: options.room
|
||||
}
|
||||
var swr = new SimpleWebRTC(this.webrtcOptions)
|
||||
|
|
Loading…
Reference in a new issue