Skip to content

Commit 28dbd0f

Browse files
committed
Merge branch 'develop' of https://github.com/Pterodactyl/Panel into develop
2 parents 353f248 + dffc392 commit 28dbd0f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/database.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,17 @@
9696
'client' => 'predis',
9797

9898
'default' => [
99+
'scheme' => env('REDIS_SCHEME', 'tcp'),
100+
'path' => env('REDIS_PATH', '/run/redis/redis.sock'),
99101
'host' => env('REDIS_HOST', 'localhost'),
100102
'password' => env('REDIS_PASSWORD', null),
101103
'port' => env('REDIS_PORT', 6379),
102104
'database' => env('REDIS_DATABASE', 0),
103105
],
104106

105107
'sessions' => [
108+
'scheme' => env('REDIS_SCHEME', 'tcp'),
109+
'path' => env('REDIS_PATH', '/run/redis/redis.sock'),
106110
'host' => env('REDIS_HOST', 'localhost'),
107111
'password' => env('REDIS_PASSWORD', null),
108112
'port' => env('REDIS_PORT', 6379),

0 commit comments

Comments
 (0)