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-2.6.4 spec/config/rabbitmq.config
bunny-2.6.3 spec/config/rabbitmq.config
bunny-2.6.2 spec/config/rabbitmq.config
bunny-2.6.1 spec/config/rabbitmq.config
bunny-2.6.0 spec/config/rabbitmq.config
bunny-2.5.1 spec/config/rabbitmq.config
bunny-2.5.0 spec/config/rabbitmq.config
bunny-2.4.0 spec/config/rabbitmq.config
bunny-2.3.1 spec/config/rabbitmq.config
bunny-2.3.0 spec/config/rabbitmq.config
bunny-2.2.2 spec/config/rabbitmq.config
bunny-2.2.1 spec/config/rabbitmq.config
bunny-2.2.0 spec/config/rabbitmq.config
bunny-1.7.1 spec/config/rabbitmq.config
bunny-2.1.0 spec/config/rabbitmq.config
bunny-2.0.1 spec/config/rabbitmq.config
bunny-2.0.0 spec/config/rabbitmq.config
bunny-2.0.0.rc2 spec/config/rabbitmq.config
bunny-2.0.0.rc1 spec/config/rabbitmq.config
bunny-1.7.0 spec/config/rabbitmq.config