Sha256: 08713d51eba48c179be22334d839d731a1a381accc1a3827288fd45cd3bdc491

Contents?: true

Size: 152 Bytes

Versions: 4

Compression:

Stored size: 152 Bytes

Contents

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

test:
  <<: *common

development:
  <<: *common

production:
  <<: *common

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
msgr-1.4.0 spec/integration/dummy/config/rabbitmq.yml
msgr-1.3.2 spec/integration/dummy/config/rabbitmq.yml
msgr-1.3.1 spec/integration/dummy/config/rabbitmq.yml
msgr-1.3.0 spec/integration/dummy/config/rabbitmq.yml