1
0

feat:添加picimpact到列表

This commit is contained in:
okxlin
2024-05-22 00:26:14 +08:00
parent c02d0ab87f
commit 5d78f97392
9 changed files with 212 additions and 0 deletions

View File

@@ -0,0 +1,57 @@
additionalProperties:
formFields:
- default: 40251
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: "secret"
edit: true
envKey: AUTH_SECRET
labelEn: Auth Secret
labelZh: 认证密钥
random: true
required: true
rule: paramComplexity
type: password
- default: postgresql
envKey: PANEL_DB_TYPE
labelEn: Database Service
labelZh: 数据库服务
required: true
type: apps
child:
default: ""
envKey: PANEL_DB_HOST
required: true
type: service
values:
- label: PostgreSQL
value: postgresql
- default: picimpact
envKey: PANEL_DB_NAME
labelEn: Database
labelZh: 数据库名
random: true
required: true
rule: paramCommon
type: text
- default: picimpact
envKey: PANEL_DB_USER
labelEn: User
labelZh: 数据库用户
random: true
required: true
rule: paramCommon
type: text
- default: picimpact
envKey: PANEL_DB_USER_PASSWORD
labelEn: Password
labelZh: 数据库用户密码
random: true
required: true
rule: paramComplexity
type: password