mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-08 02:52:49 +08:00
完成ENV配置编译打包
This commit is contained in:
@@ -51,7 +51,7 @@ return [
|
||||
],
|
||||
'pack_env' => [
|
||||
// 0:base64方式处理,1:明文打包,3:不要编译env配置
|
||||
'pack_env_mode' => 1,
|
||||
'pack_env_mode' => 0,
|
||||
// 实际上任何代码都可以,但是尽量只编译业务代码
|
||||
'include_path' => [
|
||||
"/^app/",
|
||||
|
||||
Reference in New Issue
Block a user