diff --git a/env.ts b/env.ts index 06df3bd..98ea770 100644 --- a/env.ts +++ b/env.ts @@ -24,7 +24,7 @@ export default Env.rules({ //Redis REDIS_CONNECTION: Env.schema.enum(['local'] as const), - REDIS_HOST: Env.schema.string({ format: 'host' }), + REDIS_HOST: Env.schema.string(), REDIS_PORT: Env.schema.number(), REDIS_DB: Env.schema.number(), REDIS_PASSWORD: Env.schema.string.optional(),