Implement fix for console spam when using invalid environment variable values
This commit is contained in:
parent
1fcad8d86c
commit
d4758efef8
4 changed files with 51 additions and 26 deletions
|
@ -82,6 +82,7 @@ return [
|
|||
'timezone' => 'Application Timezone',
|
||||
'cache_driver' => 'Cache Driver',
|
||||
'session_driver' => 'Session Driver',
|
||||
'queue_driver' => 'Queue Driver',
|
||||
'using_redis' => 'You\'ve selected the Redis driver for one or more options, please provide valid connection information below. In most cases you can use the defaults provided unless you have modified your setup.',
|
||||
'redis_host' => 'Redis Host',
|
||||
'redis_password' => 'Redis Password',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue