appstore-1panel/apps/mysql/versions/8.0.30/config.json
2023-02-17 16:23:30 +08:00

20 lines
400 B
JSON

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