appstore-1panel/apps/php7/versions/7.4.33/config.json
2023-04-09 10:57:34 +08:00

13 lines
225 B
JSON

{
"formFields": [
{
"type": "number",
"labelZh": "端口",
"labelEn": "Port",
"required": true,
"default": 9000,
"rule": "paramPort",
"envKey": "PANEL_APP_PORT_HTTP"
}
]
}