appstore-1panel/apps/mysql/5.6.51/data.yml

18 lines
464 B
YAML
Raw Normal View History

2023-07-03 17:46:01 +08:00
additionalProperties:
formFields:
- default: mysql
envKey: PANEL_DB_ROOT_PASSWORD
labelEn: Root Password
labelZh: root用户密码
random: true
required: true
rule: paramComplexity
type: password
- default: 3306
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number