|
@@ -32,8 +32,8 @@ return [
|
|
|
'type' => 'redis',
|
|
|
// 服务器地址
|
|
|
'expire'=> 30*24*3600,
|
|
|
- 'host' => env('cache.host','127.0.0.1'),
|
|
|
- 'password' => env('cache.password',''),
|
|
|
+ 'host' => env('cache.host','47.112.222.163'),
|
|
|
+ 'password' => env('cache.password','derkj&6688'),
|
|
|
'port'=> env('cache.port','6379'),
|
|
|
'select'=> env('cache.select',0),
|
|
|
'timeout'=> env('cache.timeout',7200),
|