xieruidong 2 years ago
parent
commit
405421f510
1 changed files with 2 additions and 2 deletions
  1. 2 2
      application/config.php

+ 2 - 2
application/config.php

@@ -270,9 +270,9 @@ return [
         // 驱动方式
         'type'     => 'Mysql',
         // 缓存前缀
-        'key'      => 'bB85gKhrdz4Ri2SuLY1HkM9lxQIAqj0Wknasdksabnd',
+        'key'      => 'bB85gKhrdz4Ri2SuLY1HkM9lxQIAqj0Wknasdksabnd$^',
         // 加密方式
-        'hashalgo' => 'ripemd160asdfasdasdas&%^&$(*)(',
+        'hashalgo' => 'ripemd160',
         // 缓存有效期 0表示永久缓存
         'expire'   => 0,
     ],