appstore-1panel/apps/rabbitmq/3.12.1/data.yml
2023-07-05 18:43:41 +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