Skip to content

Commit c192677

Browse files
authored
Update database.php
feat : support tls redis connections
1 parent 2770dbd commit c192677

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)