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__" },