ManageIQ/manageiq

View on GitHub
config/messaging.kafka.yml

Summary

Maintainability
Test Coverage
---
base: &base
  host: localhost
  port: 9092
  protocol: Kafka
  encoding: json
  username: admin
  password: smartvm

development:
  <<: *base

production:
  <<: *base

test:
  <<: *base