From c1aa23aca9ac88125b34e24f155c577ef5fad39c Mon Sep 17 00:00:00 2001 From: Vijay A Date: Thu, 5 Aug 2021 15:03:07 +0530 Subject: fix: change all occurrences of hard-coded ip address '127.0.0.1' to 'localhost' Also refactored to make this a constant defined in a single file where it is imported for all other uses. fixes #1253 --- src/internal-server/config/session.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/internal-server/config/session.js') diff --git a/src/internal-server/config/session.js b/src/internal-server/config/session.js index 62c4f9cc8..3ce3cc4da 100644 --- a/src/internal-server/config/session.js +++ b/src/internal-server/config/session.js @@ -88,7 +88,7 @@ module.exports = { | */ redis: { - host: '127.0.0.1', + host: 'localhost', port: 6379, password: null, db: 0, -- cgit v1.2.3-70-g09d2