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