Different wss URL for greinet.com

This commit is contained in:
Andreas Greiner 2021-06-13 17:15:52 +02:00
parent 1b2842c40c
commit aa76443b11

View File

@ -1,5 +1,5 @@
var msgerChat = null;
var socketurl = 'ws://127.0.0.1:8181/';
var socketurl = 'wss://rpiwss.greinet.com:8083/';
/** Standartnachricht ausgeben und Websocket-Verbindung aufbauen */
window.onload=function(){