appstore-1panel/apps/php8/versions/8.2.0/config.json

13 lines
225 B
JSON
Raw Normal View History

2023-04-09 10:55:06 +08:00
{
"formFields": [
{
"type": "number",
"labelZh": "端口",
"labelEn": "Port",
"required": true,
"default": 9000,
"rule": "paramPort",
"envKey": "PANEL_APP_PORT_HTTP"
}
]
}