chore(deps): update mongo docker tag to v6.0.19 (#2381)

* chore(deps): update mongo docker tag to v6.0.19

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot]
2024-10-27 22:23:26 +08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> github-action update-app-version
parent 3b39bbb3ac
commit 99639cccf8
2 changed files with 1 additions and 1 deletions
+25
View File
@@ -0,0 +1,25 @@
additionalProperties:
formFields:
- default: mongo
envKey: PANEL_DB_ROOT_USER
labelEn: Username
labelZh: 用户名
random: true
required: true
rule: paramCommon
type: text
- default: mongo
envKey: PANEL_DB_ROOT_PASSWORD
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