appstore-1panel/apps/mongodb/7.0.12/data.yml

26 lines
672 B
YAML
Raw Normal View History

additionalProperties:
formFields:
- default: mongo
envKey: PANEL_DB_ROOT_USER
2023-07-03 18:54:35 +08:00
labelEn: Username
labelZh: 用户名
random: true
required: true
rule: paramCommon
type: text
- default: mongo
envKey: PANEL_DB_ROOT_PASSWORD
2023-07-03 18:54:35 +08:00
labelEn: Password
labelZh: 用户密码
random: true
required: true
rule: paramComplexity
type: password
- default: 27017
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number