appstore-1panel/apps/mysql/versions/8.0.30/config.json

20 lines
400 B
JSON
Raw Normal View History

2023-02-06 15:53:30 +08:00
{
"formFields": [
{
"type": "password",
"labelZh": "root用户密码",
2023-02-17 16:23:30 +08:00
"labelEn": "Root Password",
2023-02-06 15:53:30 +08:00
"required": true,
"default": "random",
"envKey": "PANEL_DB_ROOT_PASSWORD"
},
{
"type": "number",
"labelZh": "端口",
"labelEn": "Port",
"required": true,
"default": 3306,
"envKey": "PANEL_APP_PORT_HTTP"
}
]
}