mirror of
https://github.com/okxlin/appstore.git
synced 2026-03-10 02:39:07 +08:00
16 lines
281 B
JSON
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
|
|
}
|
|
]
|
|
}
|