appstore-1panel/apps/openresty/versions/1.21.4/config.json

24 lines
442 B
JSON
Raw Normal View History

2023-02-06 15:53:30 +08:00
{
"formFields": [
{
"type": "number",
2023-03-01 15:06:50 +08:00
"labelZh": "HTTP 端口",
"labelEn": "HTTP Port",
2023-02-06 15:53:30 +08:00
"required": true,
"default": 80,
"envKey": "PANEL_APP_PORT_HTTP",
"disabled": true
},
{
"type": "number",
2023-03-01 15:06:50 +08:00
"labelZh": "HTTPS 端口",
"labelEn": "HTTPS Port",
2023-02-06 15:53:30 +08:00
"required": true,
"default": 443,
"envKey": "PANEL_APP_PORT_HTTPS",
"disabled": true
}
]
}