Skip to content

Commit

Permalink
Merge pull request #61 from LeadcodeDev/develop
Browse files Browse the repository at this point in the history
Add missing REDIS_PASSWORD env key
  • Loading branch information
thetutlage committed Mar 28, 2024
2 parents 1e57a28 + 90d95ea commit 8c8ab15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ts
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 8c8ab15

Please sign in to comment.