Merge pull request #292 from zoff-music/refactor/adminpanel

Refactor/adminpanel
This commit is contained in:
Kasper Rynning-Tønnesen
2018-02-05 19:55:37 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,6 @@ var cluster = require('cluster'),
app = express();
try {
a
var redis = require("redis");
var client = redis.createClient({host: "localhost", port: 6379});
client.quit();

View File

@@ -1,5 +1,6 @@
var mongo_config = {
config: 'mydb'
config: 'mydb',
secret: "secret",
};
module.exports = mongo_config;