mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-20 00:39:17 +08:00
12 lines
183 B
JSON
12 lines
183 B
JSON
{
|
|
"formFields": [
|
|
{
|
|
"type": "number",
|
|
"labelZh": "端口",
|
|
"labelEn": "Port",
|
|
"required": true,
|
|
"default": 3306,
|
|
"envKey": "PORT"
|
|
}
|
|
]
|
|
} |