Sha256: 718af99d5aa0f8c6f6bab48a02b352f44a61594dc8d734202f6fb36559c6c587

Contents?: true

Size: 793 Bytes

Versions: 2

Compression:

Stored size: 793 Bytes

Contents

# AMQP client configuration file for ruote remote participants. If you are not
# planning to use the AMQP participant/listener pair in ruote, you can safely
# delete this 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: localhost
  vhost: /

development:
  <<: *defaults

test:
  <<: *defaults

production:
  <<: *defaults

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bunnicula-0.2.2 vendor/daemon-kit/daemon_generators/ruote/templates/config/amqp.yml
bunnicula-0.2.1 vendor/daemon_kit/daemon-kit/daemon_generators/ruote/templates/config/amqp.yml