updated default server url

This commit is contained in:
Kevin Jahns 2017-02-22 10:52:36 +01:00
parent caa8a89a20
commit 50cd8b70cf

View file

@ -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)