From 9683cf0c06c4e5a0618e75a23e491abdbb0a7d19 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 27 Jan 2019 13:12:18 +0100 Subject: Cleaned up --- public/scripts/chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/scripts') diff --git a/public/scripts/chat.js b/public/scripts/chat.js index 5e577f2..b50ec81 100644 --- a/public/scripts/chat.js +++ b/public/scripts/chat.js @@ -3,10 +3,10 @@ const encryption = require('./2_encryption'); const wordList = require('./3_wordlist'); const xkcdPassword = require('xkcd-password'); +const host = '127.0.0.1'; let peerId; let connectedPeer; let connectedPeers = []; // TODO: Save new peers in array -const host = 'meta.marvinborner.de'; const generator = new xkcdPassword(); generator.initWithWordList(wordList); -- cgit v1.2.3