From 5b09caa097b77806e56bb9db577266e9a4ad8aa2 Mon Sep 17 00:00:00 2001 From: = Date: Thu, 4 Sep 2025 14:18:37 +0530 Subject: [PATCH] feat: made greptile changes --- backend/src/lib/config/env.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/lib/config/env.ts b/backend/src/lib/config/env.ts index 77c1ae3d9..afb8a5356 100644 --- a/backend/src/lib/config/env.ts +++ b/backend/src/lib/config/env.ts @@ -55,7 +55,7 @@ const envSchema = z z .string() .optional() - .describe("Comma-separated list of Sentinel host:port pairs. Eg: 192.168.65.254:26379,192.168.65.254:26380") + .describe("Comma-separated list of Redis Cluster host:port pairs. Eg: 192.168.65.254:6379,192.168.65.254:6380") ), HOST: zpStr(z.string().default("localhost")), DB_CONNECTION_URI: zpStr(z.string().describe("Postgres database connection string")).default(