appstore/ALS/versions/latest/config.json
2023-04-14 00:15:48 +08:00

16 lines
281 B
JSON

{
"formFields": [
{
"type": "number",
"labelZh": "网页端口",
"labelEn": "WebUI Port",
"required": true,
"default": 20080,
"rule": "paramPort",
"envKey": "PANEL_APP_PORT_HTTP",
"edit": true
}
]
}