appstore-1panel/apps/rabbitmq/3.12.2-management-alpine/data.yml
renovate[bot] 67c5a4a9b3
chore(deps): update rabbitmq docker tag to v3.12.2 (#239)
* chore(deps): update rabbitmq docker tag to v3.12.2

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2023-07-20 10:09:16 +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