1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-20 16:59:17 +08:00

20 lines
399 B
JSON
Raw Normal View History

{
"formFields": [
{
2022-12-20 23:15:32 +08:00
"type": "password",
"labelZh": "Root用户密码",
"labelEn": "RootPassword",
"required": true,
"default": "random",
"envKey": "PANEL_DB_ROOT_PASSWORD"
},
{
"type": "number",
"labelZh": "端口",
"labelEn": "Port",
"required": true,
"default": 3306,
2022-10-10 22:56:42 +08:00
"envKey": "PANEL_APP_PORT_HTTP"
}
]
}