Skip to content

Commit

Permalink
website fix, where S-NOMP fails to start with non-local/non-default d…
Browse files Browse the repository at this point in the history
…atabase
  • Loading branch information
Oink70 committed Jun 16, 2023
1 parent 4e31bc0 commit ab74607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/website.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ module.exports = function(logger){
var buildKeyScriptPage = function(){
async.waterfall([
function(callback){
var client = CreateRedisClient(portalConfig);
var client = CreateRedisClient(portalConfig.redis);
if (portalConfig.redis.password) {
client.auth(portalConfig.redis.password);
}
Expand Down

0 comments on commit ab74607

Please sign in to comment.