✨ feat(redis): update redis versions to latest releases
- update redis 6.2.18 to 6.2.20 - update redis 7.4.4 to 7.4.6
This commit is contained in:
23
apps/redis/6.2.20/data.yml
Normal file
23
apps/redis/6.2.20/data.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "./data"
|
||||
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
|
||||
Reference in New Issue
Block a user