From 73b4a930d9deba915f8a3ce0688fd843751c9430 Mon Sep 17 00:00:00 2001 From: cubedro Date: Thu, 26 Feb 2015 23:58:22 +0200 Subject: [PATCH] added default secret --- app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.js b/app.js index 9cf7734..7ce68d0 100644 --- a/app.js +++ b/app.js @@ -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();