mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-11 17:20:31 +08:00
12 lines
198 B
JSON
12 lines
198 B
JSON
|
{
|
||
|
"formFields": [
|
||
|
{
|
||
|
"type": "number",
|
||
|
"labelZh": "端口",
|
||
|
"labelEn": "Port",
|
||
|
"required": true,
|
||
|
"default": 8080,
|
||
|
"envKey": "PANEL_APP_PORT_HTTP"
|
||
|
}
|
||
|
]
|
||
|
}
|