From 31b0755ad88bf627bc90bf32388ade33c2b2b9e0 Mon Sep 17 00:00:00 2001 From: "Ryan X. Charles" Date: Sun, 20 Apr 2014 16:01:23 -0300 Subject: [PATCH] change default to use public PeerJS server ...so that when people run things, it works the first time without having to change the config. --- js/config.template.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/js/config.template.js b/js/config.template.js index e49763637..eb8cdcbb8 100644 --- a/js/config.template.js +++ b/js/config.template.js @@ -3,12 +3,12 @@ var config = { networkName: 'testnet', network: { -// key: 'lwjd5qra8257b9', + key: 'lwjd5qra8257b9', //Copay API key for public PeerJS server // 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, },