mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-29 01:56:13 +08:00
24 lines
442 B
JSON
24 lines
442 B
JSON
{
|
|
"formFields": [
|
|
{
|
|
"type": "number",
|
|
"labelZh": "HTTP 端口",
|
|
"labelEn": "HTTP Port",
|
|
"required": true,
|
|
"default": 80,
|
|
"envKey": "PANEL_APP_PORT_HTTP",
|
|
"disabled": true
|
|
},
|
|
{
|
|
"type": "number",
|
|
"labelZh": "HTTPS 端口",
|
|
"labelEn": "HTTPS Port",
|
|
"required": true,
|
|
"default": 443,
|
|
"envKey": "PANEL_APP_PORT_HTTPS",
|
|
"disabled": true
|
|
}
|
|
]
|
|
}
|
|
|