mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
feat: PHP 增加是否安装 supervisor 选项
This commit is contained in:
@@ -129,6 +129,23 @@
|
||||
],
|
||||
"envKey": "PHP_EXTENSIONS",
|
||||
"edit": true
|
||||
},
|
||||
{
|
||||
"type": "select",
|
||||
"labelZh": "安装 Supervisor",
|
||||
"labelEn": "Install Supervisor",
|
||||
"default": "0",
|
||||
"values": [
|
||||
{
|
||||
"label": "否",
|
||||
"value": "0"
|
||||
},
|
||||
{
|
||||
"label": "是",
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"envKey": "INSTALL_SUPERVISOR"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user