feat: 新增 MySQL 5.6 (#172)

This commit is contained in:
wanghe
2023-07-03 17:46:01 +08:00
committed by GitHub
parent 1fd96e4e65
commit 82580ec84c
3 changed files with 115 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
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