added default secret

This commit is contained in:
cubedro 2015-02-26 23:58:22 +02:00
parent 17e4fca9fd
commit 73b4a930d9

2
app.js
View File

@ -8,6 +8,8 @@ var Primus = require('primus'),
api,
client;
var WS_SECRET = process.env.WS_SECRET || "eth-net-stats-has-a-secret";
var Collection = require('./models/collection');
var Nodes = new Collection();