mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-29 05:21:01 +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();
|
app = express();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
a
|
|
||||||
var redis = require("redis");
|
var redis = require("redis");
|
||||||
var client = redis.createClient({host: "localhost", port: 6379});
|
var client = redis.createClient({host: "localhost", port: 6379});
|
||||||
client.quit();
|
client.quit();
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
var mongo_config = {
|
var mongo_config = {
|
||||||
config: 'mydb'
|
config: 'mydb',
|
||||||
|
secret: "secret",
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = mongo_config;
|
module.exports = mongo_config;
|
||||||
|
|||||||
Reference in New Issue
Block a user