appstore-1panel/apps/kodbox/versions/1.37.03/config.json
BugKing c31c7c1809
feat: add Kodbox to the list (#12)
* feat: add Kodbox to the list

* Update docker-compose.yml

* Delete logo.png:Zone.Identifier

---------

Co-authored-by: zhengkunwang223 <31820853+zhengkunwang223@users.noreply.github.com>
2023-04-10 18:37:27 +08:00

14 lines
305 B
JSON

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