mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 21:16:55 +08:00
24 lines
553 B
YAML
24 lines
553 B
YAML
|
additionalProperties:
|
||
|
formFields:
|
||
|
- default: "/home/redis"
|
||
|
envKey: REDIS_ROOT_PATH
|
||
|
labelZh: 数据持久化路径
|
||
|
labelEn: Data persistence path
|
||
|
required: true
|
||
|
type: text
|
||
|
- default: 6379
|
||
|
envKey: PANEL_APP_PORT_HTTP
|
||
|
labelZh: 端口
|
||
|
labelEn: Port
|
||
|
required: true
|
||
|
rule: paramPort
|
||
|
type: number
|
||
|
- default: ""
|
||
|
envKey: REDIS_ROOT_PASSWORD
|
||
|
labelZh: 密码
|
||
|
labelEn: Password
|
||
|
random: true
|
||
|
required: false
|
||
|
rule: paramComplexity
|
||
|
type: password
|