mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 02:22:48 +08:00
增加打包配置设置
This commit is contained in:
@@ -29,16 +29,18 @@ return [
|
||||
'/config.php/',
|
||||
'/^public\/index\.php/',
|
||||
'/^public\/router\.php/',
|
||||
|
||||
|
||||
'/^app\/admin\/service\/initAdminData\/*/',
|
||||
],
|
||||
// 希望将env打包的文件
|
||||
'pack_env_path'=>[
|
||||
'pack_env_path' => [
|
||||
'/^app/',
|
||||
'/^config/',
|
||||
'/^database/',
|
||||
'/^extend/',
|
||||
'/^lib/',
|
||||
'/^route/',
|
||||
]
|
||||
],
|
||||
// 0:base64方式处理,1:明文打包
|
||||
'pack_env_mode' => 1
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user