appstore-1panel/apps/mysql/versions/5.7.39/config.json
2023-03-01 17:35:36 +08:00

23 lines
480 B
JSON

{
"formFields": [
{
"type": "password",
"labelZh": "root用户密码",
"labelEn": "RootPassword",
"required": true,
"default": "mysql",
"random": true,
"rule": "paramComplexity",
"envKey": "PANEL_DB_ROOT_PASSWORD"
},
{
"type": "number",
"labelZh": "端口",
"labelEn": "Port",
"required": true,
"default": 3306,
"rule": "paramPort",
"envKey": "PANEL_APP_PORT_HTTP"
}
]
}