mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-25 09:38:47 +08:00
33 lines
725 B
JSON
33 lines
725 B
JSON
{
|
|
"formFields": [
|
|
{
|
|
"type": "text",
|
|
"labelZh": "Root 用户名",
|
|
"labelEn": "Root Username",
|
|
"required": true,
|
|
"default": "mongo",
|
|
"random": true,
|
|
"rule": "paramCommon",
|
|
"envKey": "PANEL_DB_ROOT_USER"
|
|
},
|
|
{
|
|
"type": "password",
|
|
"labelZh": "Root 用户密码",
|
|
"labelEn": "Root Password",
|
|
"required": true,
|
|
"default": "mongo",
|
|
"random": true,
|
|
"rule": "paramComplexity",
|
|
"envKey": "PANEL_DB_ROOT_PASSWORD"
|
|
},
|
|
{
|
|
"type": "number",
|
|
"labelZh": "端口",
|
|
"labelEn": "Port",
|
|
"required": true,
|
|
"default": 27017,
|
|
"rule": "paramPort",
|
|
"envKey": "PANEL_APP_PORT_HTTP"
|
|
}
|
|
]
|
|
} |