Skip to content

Commit

Permalink
feat(env): add missing password key as optional string
Browse files Browse the repository at this point in the history
  • Loading branch information
LeadcodeDev authored Mar 25, 2024
1 parent 1e57a28 commit d330f82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export async function configure(command: Configure) {
variables: {
REDIS_HOST: `Env.schema.string({ format: 'host' })`,
REDIS_PORT: 'Env.schema.number()',
REDIS_PASSWORD: Env.schema.string.optional(),
},
})

Expand Down

0 comments on commit d330f82

Please sign in to comment.