mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Fixed issue where userpass not existing
This commit is contained in:
@@ -9,6 +9,7 @@ num_processes = require('os').cpus().length;
|
||||
publicPath = path.join(__dirname, 'public');
|
||||
pathThumbnails = __dirname;
|
||||
|
||||
|
||||
try {
|
||||
var redis = require("redis");
|
||||
var client = redis.createClient({host: "localhost", port: 6379});
|
||||
|
||||
Reference in New Issue
Block a user