feat: made greptile changes

This commit is contained in:
=
2025-09-04 14:18:37 +05:30
parent 785262fb9a
commit 5b09caa097

View File

@@ -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(