mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 03:36:55 +08:00
1caeffd45d
* chore(deps): update rabbitmq docker tag to v3.12.11 * 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>
31 lines
857 B
YAML
Executable File
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
|