appstore-1panel/apps/redis-commander/versions/0.8.0/config.json

30 lines
625 B
JSON
Raw Normal View History

2023-02-06 15:53:30 +08:00
{
"formFields": [
{
"type": "service",
"key": "redis",
"labelZh": "Redis 服务",
"labelEn": "Redis Service",
"required": true,
"default": "",
"envKey": "PANEL_REDIS_HOST"
},
{
"type": "password",
2023-02-13 15:30:25 +08:00
"labelZh": "Redis 密码",
"labelEn": "Redis Password",
2023-02-06 15:53:30 +08:00
"required": true,
2023-03-01 17:35:36 +08:00
"default": "",
2023-02-06 15:53:30 +08:00
"envKey": "PANEL_DB_ROOT_PASSWORD"
},
{
"type": "number",
"labelZh": "端口",
"labelEn": "Port",
"required": true,
"default": 8089,
2023-03-01 17:35:36 +08:00
"rule": "paramPort",
2023-02-06 15:53:30 +08:00
"envKey": "PANEL_APP_PORT_HTTP"
}
]
}