Skip to content

Commit f2783d1

Browse files
authored
Merge pull request #131 from DunkinDonat/patch-1
Redis TLS support - Update database.php
2 parents cfc2368 + c192677 commit f2783d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/database.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
'cluster' => false,
112112

113113
'default' => [
114+
'scheme' => env('SCHEME','tcp'),
114115
'host' => env('REDIS_HOST', 'localhost'),
115116
'password' => env('REDIS_PASSWORD', null),
116117
'port' => env('REDIS_PORT', 6379),

0 commit comments

Comments
 (0)