From 77a662467be17abf5839b84e917c0a0f25bf1919 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Fri, 18 Apr 2014 11:23:07 -0300 Subject: [PATCH] remote server --- js/config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/js/config.js b/js/config.js index a16d9120f..c5dde3556 100644 --- a/js/config.js +++ b/js/config.js @@ -3,12 +3,12 @@ var config = { networkName: 'testnet', network: { - // key: 'lwjd5qra8257b9', + key: 'lwjd5qra8257b9', // This is for running local peerJs with params: ./peerjs -p 10009 -k 'sdfjhwefh' - key: 'sdfjhwefh', - host: 'localhost', - port: 10009, - path: '/', + // key: 'sdfjhwefh', + // host: 'localhost', + // port: 10009, + // path: '/', maxPeers: 3, debug: 3, },