mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Merge pull request #292 from zoff-music/refactor/adminpanel
Refactor/adminpanel
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
var mongo_config = {
|
||||
config: 'mydb'
|
||||
config: 'mydb',
|
||||
secret: "secret",
|
||||
};
|
||||
|
||||
module.exports = mongo_config;
|
||||
|
||||
Reference in New Issue
Block a user