1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-21 01:09:17 +08:00
1Panel/apps/mysql/5.7.39/params.json
2022-10-18 11:30:02 +08:00

20 lines
401 B
JSON

{
"formFields": [
{
"type": "text",
"labelZh": "Root用户密码",
"labelEn": "RootPassword",
"required": true,
"default": "1panel@mysql",
"envKey": "PANEL_DB_ROOT_PASSWORD"
},
{
"type": "number",
"labelZh": "端口",
"labelEn": "Port",
"required": true,
"default": 3306,
"envKey": "PANEL_APP_PORT_HTTP"
}
]
}