mirror of https://github.com/1Panel-dev/1Panel
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
394 B
22 lines
394 B
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
|