~ubuntu-branches/ubuntu/saucy/rabbitmq-server/saucy

« back to all changes in this revision

Viewing changes to plugins-src/rabbitmq-old-federation/etc/hare.config

  • Committer: Package Import Robot
  • Author(s): Emile Joubert
  • Date: 2012-11-19 11:42:31 UTC
  • mfrom: (0.2.18) (0.1.32 sid)
  • Revision ID: package-import@ubuntu.com-20121119114231-hvapkn4akng09etr
Tags: 3.0.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%% -*- erlang -*-
 
2
[{rabbitmq_old_federation,
 
3
  [{upstream_sets,
 
4
    [{"upstream", [[{connection, "hare"}, {exchange, "upstream"}]] }
 
5
    ]},
 
6
   {connections, [{"hare", [{host, "localhost"},
 
7
                            {port, 5673}]}
 
8
                 ]}
 
9
  ]}
 
10
].