Merge pull request #485 from pixelfed/frontend-ui-refactor

Update database config, fixes #477
This commit is contained in:
daniel 2018-09-23 16:57:27 -06:00 committed by GitHub
commit 4ee1e12f3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ return [
'host' => env('REDIS_HOST', '127.0.0.1'),
'password' => env('REDIS_PASSWORD', null),
'port' => env('REDIS_PORT', 6379),
'database' => 0,
'database' => env('REDIS_DATABASE', 0),
],
],