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.
21 lines
408 B
21 lines
408 B
{
|
|
"formFields": [
|
|
{
|
|
"type": "service",
|
|
"key": "mysql",
|
|
"labelZh": "数据库服务",
|
|
"labelEn": "Database Service",
|
|
"required": true,
|
|
"default": "",
|
|
"envKey": "PANEL_DB_HOST"
|
|
},
|
|
{
|
|
"type": "number",
|
|
"labelZh": "端口",
|
|
"labelEn": "Port",
|
|
"required": true,
|
|
"default": 8080,
|
|
"envKey": "PANEL_APP_PORT_HTTP"
|
|
}
|
|
]
|
|
} |