Sha256: 7e3db70feb338a233acaf46e29123c3f6f2f604065abbdaae821195908e72a2e

Contents?: true

Size: 390 Bytes

Versions: 31

Compression:

Stored size: 390 Bytes

Contents

[

  {rabbit, [
    {ssl_listeners, [5671]},
    {ssl_options, [{cacertfile,"spec/tls/cacert.pem"},
                   {certfile,"spec/tls/server_cert.pem"},
                   {keyfile,"spec/tls/server_key.pem"},
                   {verify,verify_none},
                   {fail_if_no_peer_cert,false}]} ]
  },

  {rabbitmq_management,
    [{listener,
      [{port, 15672}]
    }]
  }

].

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
bunny-1.6.3 spec/config/rabbitmq.config
bunny-1.6.2 spec/config/rabbitmq.config
bunny-1.6.1 spec/config/rabbitmq.config
bunny-1.6.0 spec/config/rabbitmq.config
bunny-1.5.1 spec/config/rabbitmq.config
bunny-1.6.0.rc2 spec/config/rabbitmq.config
bunny-1.6.0.rc1 spec/config/rabbitmq.config
bunny-1.6.0.pre1 spec/config/rabbitmq.config
bunny-1.5.0 spec/config/rabbitmq.config
bunny-1.5.0.pre2 spec/config/rabbitmq.config
bunny-1.5.0.pre1 spec/config/rabbitmq.config