更新数据库加密相关操作

This commit is contained in:
2025-01-15 13:18:44 +08:00
parent ebe2647b78
commit 0576245f90
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ return [
* 配置在config.php中而写在数据库中通过bootstrap()方法将这些组件模块动态加载到系统中。
* 参考http://www.yiichina.com/doc/guide/2.0/structure-applications#bootstrap
*/
'bootstrap' => ['log'],
// 'bootstrap' => ['log'],
/**
* 模块
*/

View File

@@ -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' => [