mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 13:06:56 +08:00
25 lines
577 B
YAML
25 lines
577 B
YAML
|
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
|