NextWeb/dev/nextweb/mssql/2022-latest/data.yml

19 lines
511 B
YAML
Raw Permalink Normal View History

2024-11-02 15:15:06 +07:00
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