Merge branch 'develop' into feature/upgrade-laravel-to-5.6
This commit is contained in:
commit
7e2e5fd7c1
129 changed files with 234 additions and 202 deletions
|
@ -98,14 +98,14 @@ return [
|
|||
'host' => env('REDIS_HOST', 'localhost'),
|
||||
'password' => env('REDIS_PASSWORD', null),
|
||||
'port' => env('REDIS_PORT', 6379),
|
||||
'database' => env('REDIS_DATBASE', 0),
|
||||
'database' => env('REDIS_DATABASE', 0),
|
||||
],
|
||||
|
||||
'sessions' => [
|
||||
'host' => env('REDIS_HOST', 'localhost'),
|
||||
'password' => env('REDIS_PASSWORD', null),
|
||||
'port' => env('REDIS_PORT', 6379),
|
||||
'database' => env('REDIS_DATBASE_SESSIONS', 1),
|
||||
'database' => env('REDIS_DATABASE_SESSIONS', 1),
|
||||
],
|
||||
],
|
||||
];
|
||||
|
|
|
@ -34,7 +34,7 @@ return [
|
|||
|
||||
/*
|
||||
* Or, to trust ALL proxies, including those that
|
||||
* are in a chain of fowarding, uncomment this:
|
||||
* are in a chain of forwarding, uncomment this:
|
||||
*/
|
||||
// 'proxies' => '**',
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue