feat: PHP 增加是否安装 supervisor 选项

This commit is contained in:
zhengkunwang223
2023-12-05 15:24:30 +08:00
parent bc307a2198
commit e5370c604d
58 changed files with 227 additions and 545 deletions
+17
View File
@@ -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"
}
]
}