appstore-1panel/apps/alist/versions/3.15.0/config.json
2023-05-04 14:57:23 +08:00

14 lines
275 B
JSON

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