# 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