更新数据库加密相关操作
This commit is contained in:
@@ -23,7 +23,7 @@ return [
|
||||
* 配置在config.php中,而写在数据库中,通过bootstrap()方法将这些组件模块动态加载到系统中。
|
||||
* 参考:http://www.yiichina.com/doc/guide/2.0/structure-applications#bootstrap
|
||||
*/
|
||||
'bootstrap' => ['log'],
|
||||
// 'bootstrap' => ['log'],
|
||||
/**
|
||||
* 模块
|
||||
*/
|
||||
|
||||
@@ -34,7 +34,7 @@ return [
|
||||
'class' => 'yii\redis\Connection',
|
||||
'hostname' => env('REDIS_HOST'),
|
||||
'port' => env('REDIS_PORT'),
|
||||
// 'password' => env('REDIS_PASSWORD'),
|
||||
'password' => env('REDIS_PASSWORD'),
|
||||
'database' => 1,
|
||||
],
|
||||
// 'cache' => [
|
||||
|
||||
Reference in New Issue
Block a user