Sha256: 4f2773ac4b95dc1d54e2786cdf8c9da791fda29f4f76483260afa7b36ae6f510
Contents?: true
Size: 406 Bytes
Versions: 2
Compression:
Stored size: 406 Bytes
Contents
# Sample configuration file for a remote participant daemon # If your using the AMQP listener/participant pair in ruote, you only # need to specify the names of the queues to subscribe to. defaults: &defaults amqp: queues: - work1 #- work2 #- work3 development: <<: *defaults test: <<: *defaults staging: <<: *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/ruote.yml |
bunnicula-0.2.1 | vendor/daemon_kit/daemon-kit/daemon_generators/ruote/templates/config/ruote.yml |