mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update database.php
This commit is contained in:
parent
2018234817
commit
9a0a497ced
1 changed files with 2 additions and 0 deletions
|
@ -109,6 +109,8 @@ return [
|
||||||
'client' => 'predis',
|
'client' => 'predis',
|
||||||
|
|
||||||
'default' => [
|
'default' => [
|
||||||
|
'scheme' => env('REDIS_SCHEME', 'tcp'),
|
||||||
|
'path' => env('REDIS_PATH'),
|
||||||
'host' => env('REDIS_HOST', '127.0.0.1'),
|
'host' => env('REDIS_HOST', '127.0.0.1'),
|
||||||
'password' => env('REDIS_PASSWORD', null),
|
'password' => env('REDIS_PASSWORD', null),
|
||||||
'port' => env('REDIS_PORT', 6379),
|
'port' => env('REDIS_PORT', 6379),
|
||||||
|
|
Loading…
Reference in a new issue