Skip to content

Commit d330f82

Browse files
authored
feat(env): add missing password key as optional string
1 parent 1e57a28 commit d330f82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: configure.ts

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export async function configure(command: Configure) {
3737
variables: {
3838
REDIS_HOST: `Env.schema.string({ format: 'host' })`,
3939
REDIS_PORT: 'Env.schema.number()',
40+
REDIS_PASSWORD: Env.schema.string.optional(),
4041
},
4142
})
4243

0 commit comments

Comments
 (0)