Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2026-05-06 00:41:12 +00:00
parent 20ea6ab3f6
commit 1bddddebb9
8 changed files with 0 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
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