51 lines
1.4 KiB
YAML
51 lines
1.4 KiB
YAML
|
|
additionalProperties:
|
||
|
|
formFields:
|
||
|
|
- default: zabbix
|
||
|
|
envKey: MYSQL_PASSWORD
|
||
|
|
labelEn: MySQL root Password
|
||
|
|
labelZh: 数据库root密码
|
||
|
|
random: true
|
||
|
|
required: true
|
||
|
|
rule: paramComplexity
|
||
|
|
type: password
|
||
|
|
- default: zabbix
|
||
|
|
envKey: PANEL_DB_NAME
|
||
|
|
labelEn: Database
|
||
|
|
labelZh: 数据库名
|
||
|
|
random: true
|
||
|
|
required: true
|
||
|
|
rule: paramCommon
|
||
|
|
type: text
|
||
|
|
- default: zabbix
|
||
|
|
envKey: PANEL_DB_USER
|
||
|
|
labelEn: User
|
||
|
|
labelZh: 数据库用户
|
||
|
|
random: true
|
||
|
|
required: true
|
||
|
|
rule: paramCommon
|
||
|
|
type: text
|
||
|
|
- default: zabbix
|
||
|
|
envKey: PANEL_DB_USER_PASSWORD
|
||
|
|
labelEn: Password
|
||
|
|
labelZh: 数据库用户密码
|
||
|
|
random: true
|
||
|
|
required: true
|
||
|
|
rule: paramComplexity
|
||
|
|
type: password
|
||
|
|
- default: 10051
|
||
|
|
edit: true
|
||
|
|
envKey: PANEL_APP_PORT_HTTP2
|
||
|
|
labelEn: Gateway port
|
||
|
|
labelZh: 网关端口
|
||
|
|
required: true
|
||
|
|
rule: paramPort
|
||
|
|
type: number
|
||
|
|
- default: 40047
|
||
|
|
edit: true
|
||
|
|
envKey: PANEL_APP_PORT_HTTP
|
||
|
|
labelEn: Port
|
||
|
|
labelZh: 端口
|
||
|
|
required: true
|
||
|
|
rule: paramPort
|
||
|
|
type: number
|