Sha256: 737706432beab76512cd8935d68e676cb45fd627878e1cf07bde50a0215df944
Contents?: true
Size: 619 Bytes
Versions: 51
Compression:
Stored size: 619 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: localhost vhost: / development: <<: *defaults test: <<: *defaults production: <<: *defaults
Version data entries
51 entries across 51 versions & 8 rubygems