mirror of https://github.com/1Panel-dev/1Panel
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
965 B
45 lines
965 B
{
|
|
"formFields": [
|
|
{
|
|
"type": "service",
|
|
"key": "mysql",
|
|
"labelZh": "数据库服务",
|
|
"labelEn": "Database Service",
|
|
"required": true,
|
|
"default": "",
|
|
"envKey": "PANEL_DB_HOST"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"labelZh": "数据库名",
|
|
"labelEn": "Database",
|
|
"required": true,
|
|
"default": "random",
|
|
"envKey": "PANEL_DB_NAME"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"labelZh": "数据库用户",
|
|
"labelEn": "User",
|
|
"required": true,
|
|
"default": "random",
|
|
"envKey": "PANEL_DB_USER"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"labelZh": "数据库用户密码",
|
|
"labelEn": "Password",
|
|
"required": true,
|
|
"default": "random",
|
|
"envKey": "PANEL_DB_USER_PASSWORD"
|
|
},
|
|
{
|
|
"type": "number",
|
|
"labelZh": "端口",
|
|
"labelEn": "Port",
|
|
"required": true,
|
|
"default": 8080,
|
|
"envKey": "PANEL_APP_PORT_HTTP"
|
|
}
|
|
]
|
|
} |