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.
29 lines
616 B
29 lines
616 B
{
|
|
"formFields": [
|
|
{
|
|
"type": "service",
|
|
"key": "redis",
|
|
"labelZh": "Redis 服务",
|
|
"labelEn": "Redis Service",
|
|
"required": true,
|
|
"default": "",
|
|
"envKey": "PANEL_REDIS_HOST"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"labelZh": "密码",
|
|
"labelEn": "Password",
|
|
"required": true,
|
|
"default": "eYVX7EwVmmxKPCDmwMtyKVge8oLd2t81",
|
|
"envKey": "PANEL_DB_ROOT_PASSWORD"
|
|
},
|
|
{
|
|
"type": "number",
|
|
"labelZh": "端口",
|
|
"labelEn": "Port",
|
|
"required": true,
|
|
"default": 8089,
|
|
"envKey": "PANEL_APP_PORT_HTTP"
|
|
}
|
|
]
|
|
} |