Current section

Files

Jump to
broen src broen.app.src
Raw

src/broen.app.src

{application,broen,
[{description,"broen provides a bridge between HTTP and AMQP"},
{vsn,"3.0.2"},
{registered,[]},
{applications,[kernel,stdlib,crypto,iso8601,inets,mnesia,cowboy,
folsom,amqp_director,jsx]},
{mod,{broen_app,[]}},
{env,[{servers,#{api_handler =>
#{paths =>
#{<<"/api">> =>
#{auth_mod => broen_auth_dummy,
exchange =>
<<"broen_exchange">>,
max_multipart_size => 0,
serializer_mod =>
broen_serializer_json,
timeout => 10000}},
port => 7083}}}]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/issuu/broen"}]}]}.