appstore-1panel/apps/vocechat/versions/0.3.0/config.json
包子叔 cf34028847
将 VoceChat 应用商店列表 (#9)
* 增加应用 VoceChat

* 更新 docker-compose.yml
2023-05-04 15:07:32 +08:00

15 lines
246 B
JSON

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