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'
|
options.role = 'slave'
|
||||||
super(y, options)
|
super(y, options)
|
||||||
this.webrtcOptions = {
|
this.webrtcOptions = {
|
||||||
url: options.url || 'http://yatta.ninja:8888',
|
url: options.url || 'https://yjs.dbis.rwth-aachen.de:5078',
|
||||||
room: options.room
|
room: options.room
|
||||||
}
|
}
|
||||||
var swr = new SimpleWebRTC(this.webrtcOptions)
|
var swr = new SimpleWebRTC(this.webrtcOptions)
|
||||||
|
|
Loading…
Reference in a new issue