From f11e66550cf97e36e02ec8a4ea69443ee109c1e8 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 28 Feb 2022 15:48:11 +0100 Subject: [PATCH] Update credentials.json --- conf/credentials.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/credentials.json b/conf/credentials.json index 925c908..64ef848 100644 --- a/conf/credentials.json +++ b/conf/credentials.json @@ -22,7 +22,7 @@ "dbType" : "redis", "dbSettings" : { - "host" : "localhost", + "host" : "127.0.0.1", "port" : 6379, "database": "__REDIS_DB__" },