Sha256: 6d9f74a5a4c37eac6dcf7ad99010c236514ed543deeb04bd28814ed96ef317b3

Contents?: true

Size: 621 Bytes

Versions: 20

Compression:

Stored size: 621 Bytes

Contents

# AMQP client configuration file

# These values will be used to configure the ampq gem, any values
# omitted will let the gem use it's own defaults.

# The configuration specifies the following keys:
# * user - Username for the broker
# * pass - Password for the broker
# * host     - Hostname where the broker is running
# * vhost    - Vhost to connect to
# * port     - Port where the broker is running
# * ssl      - Use ssl or not
# * timeout  - Timeout

defaults: &defaults
  user: guest
  pass: guest
  host: 10.211.55.2
  vhost: /

development:
  <<: *defaults

test:
  <<: *defaults

production:
  <<: *defaults

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
amqp-spec-0.3.4 spec/amqp.yml
amqp-spec-0.3.3 spec/amqp.yml
amqp-spec-0.3.2 spec/amqp.yml
amqp-spec-0.3.1 spec/amqp.yml
amqp-spec-0.3.0 spec/amqp.yml
zmqp-0.0.1 spec/amqp.yml
amqp-spec-0.2.7 spec/amqp.yml
amqp-spec-0.2.6 spec/amqp.yml
amqp-spec-0.2.5 spec/amqp.yml
amqp-spec-0.2.4 spec/amqp.yml
amqp-spec-0.2.3 spec/amqp.yml
amqp-spec-0.2.1 spec/amqp.yml
amqp-spec-0.2.0 spec/amqp.yml
amqp-spec-0.1.13 spec/amqp.yml
amqp-spec-0.1.12 spec/amqp.yml
amqp-spec-0.1.11 spec/amqp.yml
amqp-spec-0.1.10 spec/amqp.yml
amqp-spec-0.1.8 spec/amqp.yml
amqp-spec-0.1.7 spec/amqp.yml
amqp-spec-0.0.4 spec/amqp.yml