This repository was archived by the owner on Nov 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ file, the following options can be overridden:
105105- ` databaseConfig.redis.host ` : ` LARAVEL_ECHO_SERVER_REDIS_HOST `
106106- ` databaseConfig.redis.port ` : ` LARAVEL_ECHO_SERVER_REDIS_PORT `
107107- ` databaseConfig.redis.password ` : ` LARAVEL_ECHO_SERVER_REDIS_PASSWORD `
108+ - ` databaseConfig.redis.keyPrefix ` : ` LARAVEL_ECHO_SERVER_REDIS_PREFIX `
108109- ` protocol ` : ` LARAVEL_ECHO_SERVER_PROTO `
109110- ` sslKeyPath ` : ` LARAVEL_ECHO_SERVER_SSL_KEY `
110111- ` sslCertPath ` : ` LARAVEL_ECHO_SERVER_SSL_CERT `
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ export class Cli {
3434 'LARAVEL_ECHO_SERVER_REDIS_HOST' : 'databaseConfig.redis.host' ,
3535 'LARAVEL_ECHO_SERVER_REDIS_PORT' : 'databaseConfig.redis.port' ,
3636 'LARAVEL_ECHO_SERVER_REDIS_PASSWORD' : 'databaseConfig.redis.password' ,
37+ 'LARAVEL_ECHO_SERVER_REDIS_PREFIX' : 'databaseConfig.redis.keyPrefix' ,
3738 'LARAVEL_ECHO_SERVER_PROTO' : 'protocol' ,
3839 'LARAVEL_ECHO_SERVER_SSL_CERT' : 'sslCertPath' ,
3940 'LARAVEL_ECHO_SERVER_SSL_KEY' : 'sslKeyPath' ,
You can’t perform that action at this time.
0 commit comments