1
0
Fork 0
1Panel-Appstore/php/8/data.yml

25 lines
668 B
YAML
Raw Normal View History

2024-08-27 13:43:39 +08:00
additionalProperties:
formFields:
2024-08-30 16:46:19 +08:00
- default: 8.3.8
envKey: PHP_VERSION
labelEn: PHP Version
labelZh: PHP 版本
required: true
type: select
values:
- label: "8.3.8"
value: "8.3.8"
- label: "8.2.20"
value: "8.2.20"
- label: "8.1.29"
value: "8.1.29"
- label: "8.0.30"
value: "8.0.30"
2024-08-27 13:43:39 +08:00
- default: 9000
envKey: PANEL_APP_PORT_HTTP
labelEn: PHP-FPM Port
labelZh: PHP-FPM 端口
required: true
rule: paramPort
type: number
2024-08-30 16:46:19 +08:00