diff --git a/public/js/newchat.js b/public/js/newchat.js index 219c753..b6b7526 100644 --- a/public/js/newchat.js +++ b/public/js/newchat.js @@ -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(){ @@ -104,4 +104,4 @@ function formatDate(date) { */ function random(min, max) { return Math.floor(Math.random() * (max - min) + min); -} \ No newline at end of file +}