1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-31 09:54:59 +08:00
renovate[bot] f42a881074 chore(deps): update rabbitmq docker tag to v4.0.3 (#2396)
* chore(deps): update rabbitmq docker tag to v4.0.3

* 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>
2024-10-30 18:04:05 +08:00

31 lines
857 B
YAML
Executable File

additionalProperties:
formFields:
- default: rabbitmq
envKey: RABBITMQ_DEFAULT_USER
labelEn: RabbitMQ User
labelZh: 管理员
required: true
type: text
- default: rabbitmq
envKey: RABBITMQ_DEFAULT_PASS
labelEn: RabbitMQ User Password
labelZh: 管理员密码
required: true
type: text
- default: 15672
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Dashboard Port
labelZh: Dashboard 端口
required: true
rule: paramPort
type: number
- default: 5672
edit: true
envKey: PANEL_APP_PORT_SERVICE
labelEn: Service Port
labelZh: 服务端口
required: true
rule: paramPort
type: number