Skip to content

Commit ad90a4f

Browse files
authored
Add redis password to allowed env variables
1 parent 613d946 commit ad90a4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cli/cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export class Cli {
3333
'LARAVEL_ECHO_SERVER_PORT': 'port',
3434
'LARAVEL_ECHO_SERVER_REDIS_HOST': 'databaseConfig.redis.host',
3535
'LARAVEL_ECHO_SERVER_REDIS_PORT': 'databaseConfig.redis.port',
36+
'LARAVEL_ECHO_SERVER_REDIS_PASSWORD': 'databaseConfig.redis.password',
3637
};
3738

3839
/**

0 commit comments

Comments
 (0)