mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-13 15:47:21 +08:00
13 lines
225 B
JSON
13 lines
225 B
JSON
|
{
|
||
|
"formFields": [
|
||
|
{
|
||
|
"type": "number",
|
||
|
"labelZh": "端口",
|
||
|
"labelEn": "Port",
|
||
|
"required": true,
|
||
|
"default": 9000,
|
||
|
"rule": "paramPort",
|
||
|
"envKey": "PANEL_APP_PORT_HTTP"
|
||
|
}
|
||
|
]
|
||
|
}
|