mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-20 00:39:17 +08:00
20 lines
407 B
JSON
20 lines
407 B
JSON
{
|
|
"formFields": [
|
|
{
|
|
"type": "text",
|
|
"labelZh": "密码",
|
|
"labelEn": "Password",
|
|
"required": true,
|
|
"default": "eYVX7EwVmmxKPCDmwMtyKVge8oLd2t81",
|
|
"envKey": "PANEL_DB_ROOT_PASSWORD"
|
|
},
|
|
{
|
|
"type": "number",
|
|
"labelZh": "端口",
|
|
"labelEn": "Port",
|
|
"required": true,
|
|
"default": 6379,
|
|
"envKey": "PANEL_APP_PORT_HTTP"
|
|
}
|
|
]
|
|
} |