appstore-1panel/apps/zentao/18.2/data.yml

25 lines
577 B
YAML
Raw Normal View History

2023-05-24 11:28:23 +08:00
additionalProperties:
formFields:
- default: zentao
envKey: ZENTAO_MYSQL_PASSWORD
labelEn: Password
labelZh: 数据库Root用户密码
random: true
required: true
rule: paramComplexity
type: password
- default: 3307
envKey: ZENTAO_MYSQL_PORT
labelEn: Port
labelZh: 数据库端口
required: true
rule: paramPort
type: number
- default: 8080
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 应用端口
required: true
rule: paramPort
type: number