mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 09:56:56 +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
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
|