From ee4a147e1e2e7bcd6599638d72a2d0ce9e59331f Mon Sep 17 00:00:00 2001 From: Asrar Alam Date: Sat, 17 Dec 2022 19:35:43 +0000 Subject: [PATCH] updateded to correct redis server port --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 672b3bd..99dd34b 100755 --- a/install.sh +++ b/install.sh @@ -193,7 +193,7 @@ project: application: phppath: "$phpPath" magentopath: "$appRoot" - redisserverpath: "localhost:9200" + redisserverpath: "localhost:6379" database: user: "$appConfigVarDBUser" password: "$appConfigVarDBPass"