mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 09:56:56 +08:00
29 lines
630 B
JSON
29 lines
630 B
JSON
{
|
|
"formFields": [
|
|
{
|
|
"type": "service",
|
|
"key": "redis",
|
|
"labelZh": "Redis 服务",
|
|
"labelEn": "Redis Service",
|
|
"required": true,
|
|
"default": "",
|
|
"envKey": "PANEL_REDIS_HOST"
|
|
},
|
|
{
|
|
"type": "password",
|
|
"labelZh": "Redis 密码",
|
|
"labelEn": "Redis Password",
|
|
"required": true,
|
|
"default": "eYVX7EwVmmxKPCDmwMtyKVge8oLd2t81",
|
|
"envKey": "PANEL_DB_ROOT_PASSWORD"
|
|
},
|
|
{
|
|
"type": "number",
|
|
"labelZh": "端口",
|
|
"labelEn": "Port",
|
|
"required": true,
|
|
"default": 8089,
|
|
"envKey": "PANEL_APP_PORT_HTTP"
|
|
}
|
|
]
|
|
} |