1
0
Fork 0

Merge pull request #2635 from pixelfed/staging

Revert database change
This commit is contained in:
daniel 2021-02-06 21:07:19 -07:00 committed by GitHub
commit 2558648e24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ return [
'redis' => [
'client' => env('REDIS_CLIENT', 'phpredis'),
'client' => env('REDIS_CLIENT', 'predis'),
'default' => [
'scheme' => env('REDIS_SCHEME', 'tcp'),