mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 20:19:26 +01:00
Fix format REDIS_HOST
This commit is contained in:
2
env.ts
2
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(),
|
||||
|
||||
Reference in New Issue
Block a user