mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-20 00:39:17 +08:00
22 lines
394 B
JSON
22 lines
394 B
JSON
{
|
|
"formFields": [
|
|
{
|
|
"type": "number",
|
|
"labelZh": "Http 端口",
|
|
"labelEn": "Http Port",
|
|
"required": true,
|
|
"default": 80,
|
|
"envKey": "PANEL_APP_PORT_HTTP"
|
|
},
|
|
{
|
|
"type": "number",
|
|
"labelZh": "Https 端口",
|
|
"labelEn": "Https Port",
|
|
"required": true,
|
|
"default": 443,
|
|
"envKey": "PANEL_APP_PORT_HTTPS"
|
|
}
|
|
]
|
|
}
|
|
|