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