This commit is contained in:
theory 2014-03-30 15:59:51 -06:00
parent de5d482aab
commit a5b04b8288

View File

@ -18,7 +18,7 @@ if(LIVE){
}
opt.run = ['./test/server'];
opt.node = {key: "temp gun key"};
opt.node = {key: "temp gun key", src:["http://gunjs.herokuapp.com/com","http://marknadal.kd.io/com"]};
web(opt);
console.log("Gun @ "+ opt.port);