Sha256: 443279dfacd10621451525319d2892f91e9162ade7433df7680184518f9b1e85

Contents?: true

Size: 744 Bytes

Versions: 9

Compression:

Stored size: 744 Bytes

Contents

default: &default
  default:
    connect:
      host: rabbitmq
      port: 5672
      user: app
      pass: app
    queue:
      example_queue:
        name: real.queue.name
        durable: true
      exchange_queue:
        name: real.exchange.queue
        durable: true
        exchange: real.exchange.name
      shu_queue:
        name: real.shu.queue
        durable: true
        exchange: real.exchange.name
    exchange:
      example_exchange:
        name: real.exchange.name

  custom:
    connect:
      host: rabbitmq
      port: 5672
      user: app
      pass: app
    queue:
      custom_queue:
        name: custom.queue.name
        durable: true

development:
  <<: *default

test:
  <<: *default

production:
  <<: *default

Version data entries

9 entries across 8 versions & 1 rubygems

Version Path
totoro-1.0.7 test/totoro_test/config/totoro.yml
totoro-1.0.6 test/totoro_test/config/totoro.yml
totoro-1.0.6 pkg/totoro-1.0.5/test/totoro_test/config/totoro.yml
totoro-1.0.5 test/totoro_test/config/totoro.yml
totoro-1.0.4 test/totoro_test/config/totoro.yml
totoro-1.0.3 test/totoro_test/config/totoro.yml
totoro-1.0.2 test/totoro_test/config/totoro.yml
totoro-1.0.1 test/totoro_test/config/totoro.yml
totoro-1.0.0 test/totoro_test/config/totoro.yml