mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-29 01:56:13 +08:00
34 lines
717 B
JSON
34 lines
717 B
JSON
|
|
{
|
|
"formFields": [
|
|
{
|
|
"type": "number",
|
|
"labelZh": "网页端口",
|
|
"labelEn": "WebUI Port",
|
|
"required": true,
|
|
"default": 5244,
|
|
"rule": "paramPort",
|
|
"envKey": "PANEL_APP_PORT_HTTP",
|
|
"edit": true
|
|
},
|
|
{
|
|
"type": "text",
|
|
"labelZh": "数据文件夹路径",
|
|
"labelEn": "Data folder path",
|
|
"required": true,
|
|
"default": "./data/data",
|
|
"envKey": "DATA_PATH",
|
|
"edit": true
|
|
},
|
|
{
|
|
"type": "text",
|
|
"labelZh": "挂载文件夹路径",
|
|
"labelEn": "Mount folder path",
|
|
"required": true,
|
|
"default": "./data/mnt",
|
|
"envKey": "MOUNT_PATH",
|
|
"edit": true
|
|
}
|
|
]
|
|
}
|