Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Added LARAVEL_ECHO_SERVER_REDIS_PREFIX in envVariables
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohanrau committed Feb 26, 2020
1 parent 5717325 commit 4e429d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ file, the following options can be overridden:
- `databaseConfig.redis.host`: `LARAVEL_ECHO_SERVER_REDIS_HOST`
- `databaseConfig.redis.port`: `LARAVEL_ECHO_SERVER_REDIS_PORT`
- `databaseConfig.redis.password`: `LARAVEL_ECHO_SERVER_REDIS_PASSWORD`
- `databaseConfig.redis.keyPrefix`: `LARAVEL_ECHO_SERVER_REDIS_PREFIX`
- `protocol`: `LARAVEL_ECHO_SERVER_PROTO`
- `sslKeyPath`: `LARAVEL_ECHO_SERVER_SSL_KEY`
- `sslCertPath`: `LARAVEL_ECHO_SERVER_SSL_CERT`
Expand Down
1 change: 1 addition & 0 deletions src/cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export class Cli {
'LARAVEL_ECHO_SERVER_REDIS_HOST': 'databaseConfig.redis.host',
'LARAVEL_ECHO_SERVER_REDIS_PORT': 'databaseConfig.redis.port',
'LARAVEL_ECHO_SERVER_REDIS_PASSWORD': 'databaseConfig.redis.password',
'LARAVEL_ECHO_SERVER_REDIS_PREFIX': 'databaseConfig.redis.keyPrefix',
'LARAVEL_ECHO_SERVER_PROTO': 'protocol',
'LARAVEL_ECHO_SERVER_SSL_CERT': 'sslCertPath',
'LARAVEL_ECHO_SERVER_SSL_KEY': 'sslKeyPath',
Expand Down

0 comments on commit 4e429d9

Please sign in to comment.