appstore-1panel/apps/kodbox/versions/1.37.03/config.json

14 lines
305 B
JSON
Raw Normal View History

{
"formFields": [
{
"type": "number",
"labelZh": "端口",
"labelEn": "Port",
"required": true,
"default": 8081,
"rule": "paramPort",
"envKey": "PANEL_APP_PORT_HTTP",
"edit": true
}
]
}