1
0
Fork 0
1Panel-Appstore/openresty/versions/1.21.4/config.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
}
]
}