We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846f7a1 commit 195faa1Copy full SHA for 195faa1
config/database.php
@@ -130,16 +130,16 @@
130
'url' => env('REDIS_URL'),
131
'host' => env('REDIS_HOST', '127.0.0.1'),
132
'password' => env('REDIS_PASSWORD', null),
133
- 'port' => env('REDIS_PORT', 6379),
134
- 'database' => env('REDIS_DB', 0),
+ 'port' => env('REDIS_PORT', '6379'),
+ 'database' => env('REDIS_DB', '0'),
135
],
136
137
'cache' => [
138
139
140
141
142
- 'database' => env('REDIS_CACHE_DB', 1),
+ 'database' => env('REDIS_CACHE_DB', '1'),
143
144
145
0 commit comments