mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 09:56:56 +08:00
20 lines
385 B
JSON
20 lines
385 B
JSON
{
|
|
"formFields": [
|
|
{
|
|
"type": "password",
|
|
"labelZh": "密码",
|
|
"labelEn": "Password",
|
|
"required": true,
|
|
"default": "random",
|
|
"envKey": "PANEL_DB_ROOT_PASSWORD"
|
|
},
|
|
{
|
|
"type": "number",
|
|
"labelZh": "端口",
|
|
"labelEn": "Port",
|
|
"required": true,
|
|
"default": 6379,
|
|
"envKey": "PANEL_APP_PORT_HTTP"
|
|
}
|
|
]
|
|
} |