Sha256: 89cc068058d9a0b5e1547bbb8f766670c77e8d1298560ba2aa83f5d89390ac12

Contents?: true

Size: 206 Bytes

Versions: 3

Compression:

Stored size: 206 Bytes

Contents

common: &common
  uri: <%= ENV.fetch("AMQP_SERVER", "amqp://localhost/") %>

test:
  <<: *common
  pool_class: Msgr::TestPool
  raise_exceptions: true

development:
  <<: *common

production:
  <<: *common

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
msgr-1.6.1 spec/integration/dummy/config/rabbitmq.yml
msgr-1.6.0 spec/integration/dummy/config/rabbitmq.yml
msgr-1.5.0 spec/integration/dummy/config/rabbitmq.yml