Sha256: ca026a261e84ef8adfbb2adecfb1329d303613113d62b985364d78ced1108548

Contents?: true

Size: 634 Bytes

Versions: 12

Compression:

Stored size: 634 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:
# * username - Username for the broker
# * password - 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
  username: guest
  password: guest
  host: localhost
  vhost: /

development:
  <<: *defaults

test:
  <<: *defaults

production:
  <<: *defaults

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
kennethkalmer-daemon-kit-0.1.1 daemon_generators/amqp/templates/config/amqp.yml
kennethkalmer-daemon-kit-0.1.2 daemon_generators/amqp/templates/config/amqp.yml
kennethkalmer-daemon-kit-0.1.3 daemon_generators/amqp/templates/config/amqp.yml
kennethkalmer-daemon-kit-0.1.4 daemon_generators/amqp/templates/config/amqp.yml
kennethkalmer-daemon-kit-0.1.5.1 daemon_generators/amqp/templates/config/amqp.yml
kennethkalmer-daemon-kit-0.1.5 daemon_generators/amqp/templates/config/amqp.yml
kennethkalmer-daemon-kit-0.1.6 daemon_generators/amqp/templates/config/amqp.yml
kennethkalmer-daemon-kit-0.1.7.3 daemon_generators/amqp/templates/config/amqp.yml
daemon-kit-0.1.6 daemon_generators/amqp/templates/config/amqp.yml
daemon-kit-0.1.5.1 daemon_generators/amqp/templates/config/amqp.yml
daemon-kit-0.1.3 daemon_generators/amqp/templates/config/amqp.yml
daemon-kit-0.1.7 daemon_generators/amqp/templates/config/amqp.yml