'mssql2017-2019' (#1580)

Co-authored-by: feixue <feixue@esign.cn>
This commit is contained in:
imblowsnow
2024-06-13 15:08:39 +08:00
committed by GitHub
co-authored by feixue
parent 512f9d56bd
commit c081746425
8 changed files with 80 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
additionalProperties:
formFields:
- default: 1433
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: "mssql"
edit: true
envKey: MSSQL_SA_PASSWORD
labelEn: SA PASSWORD
labelZh: SA 用户密码(至少包含8个字符,且需包含大写字母、小写字母、数字和特殊字符中的三种)
random: true
required: true
rule: paramCommon
type: text