added default secret
This commit is contained in:
parent
17e4fca9fd
commit
73b4a930d9
2
app.js
2
app.js
@ -8,6 +8,8 @@ var Primus = require('primus'),
|
|||||||
api,
|
api,
|
||||||
client;
|
client;
|
||||||
|
|
||||||
|
var WS_SECRET = process.env.WS_SECRET || "eth-net-stats-has-a-secret";
|
||||||
|
|
||||||
var Collection = require('./models/collection');
|
var Collection = require('./models/collection');
|
||||||
var Nodes = new Collection();
|
var Nodes = new Collection();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user