appstore-1panel/apps/mysql/8.0.39/data.yml
2024-07-23 10:17:46 +08:00

18 lines
464 B
YAML
Executable File

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