Sha256: 6aeb0a7e82686693d8b7703b32b0b08648d49a3bd0760cc1812cdb59656ea975

Contents?: true

Size: 434 Bytes

Versions: 20

Compression:

Stored size: 434 Bytes

Contents

[

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

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

].

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
bunny-2.13.0 spec/config/rabbitmq.config
bunny-2.12.1 spec/config/rabbitmq.config
bunny-2.12.0 spec/config/rabbitmq.config
bunny-2.12.0.rc1 spec/config/rabbitmq.config
bunny-2.11.0 spec/config/rabbitmq.config
bunny-2.11.0.pre1 spec/config/rabbitmq.config
bunny-2.10.0 spec/config/rabbitmq.config
bunny-2.9.2 spec/config/rabbitmq.config
bunny-2.9.1 spec/config/rabbitmq.config
bunny-2.6.7 spec/config/rabbitmq.config
bunny-2.7.4 spec/config/rabbitmq.config
bunny-2.8.1 spec/config/rabbitmq.config
bunny-2.9.0 spec/config/rabbitmq.config
bunny-2.7.3 spec/config/rabbitmq.config
bunny-2.8.0 spec/config/rabbitmq.config
bunny-2.7.2 spec/config/rabbitmq.config
bunny-2.7.1 spec/config/rabbitmq.config
bunny-2.7.0 spec/config/rabbitmq.config
bunny-2.6.6 spec/config/rabbitmq.config
bunny-2.6.5 spec/config/rabbitmq.config