webman迁移
This commit is contained in:
@@ -34,6 +34,8 @@ return [
|
||||
'length' => 2,
|
||||
// 混淆点长度
|
||||
'confuse_length' => 2,
|
||||
// 自定义字体路径(当项目字体不存在且系统回退失败时可指定,如: C:\Windows\Fonts\simhei.ttf)
|
||||
'font_path' => '',
|
||||
],
|
||||
// 代理服务器IP(Request 类将尝试获取这些代理服务器发送过来的真实IP)
|
||||
'proxy_server_ip' => [],
|
||||
@@ -42,7 +44,7 @@ return [
|
||||
// 默认驱动方式
|
||||
'default' => 'mysql',
|
||||
// 加密key
|
||||
'key' => 'tcbDgmqLVzuAdNH39o0QnhOisvSCFZ7I',
|
||||
'key' => '5u9HTYBPXId3i6K4S2Q08wWRVFxCENLU',
|
||||
// 加密方式
|
||||
'algo' => 'ripemd160',
|
||||
// 驱动
|
||||
|
||||
Reference in New Issue
Block a user