Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-11-11 21:19:44 +00:00
parent 366b1bf31b
commit 45899a7db0
74 changed files with 9 additions and 9 deletions
+17
View File
@@ -0,0 +1,17 @@
additionalProperties:
formFields:
- default: "/home/kvrocks"
edit: true
envKey: KVROCKS_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
required: true
type: text
- default: 6666
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: 服务端口
labelEn: Service port
required: true
rule: paramPort
type: number