diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-05-20 18:15:24 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-05-20 18:15:24 +0100 |
| commit | 2627104223d94ed2297c53d9305b54c5c808b003 (patch) | |
| tree | 5415274ae8571b327c772767d02e4b620545c340 /ebin | |
| parent | 50ae4f843eed3c026901648a523af9d3d637139a (diff) | |
| download | rabbitmq-server-git-2627104223d94ed2297c53d9305b54c5c808b003.tar.gz | |
Switch to hard coding the exchange name.
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 7972ba86c7..7dabb8c346 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -36,7 +36,7 @@ {auth_mechanisms, ['PLAIN', 'AMQPLAIN']}, {auth_backends, [rabbit_auth_backend_internal]}, {delegate_count, 16}, - {trace_exchanges, []}, + {trace_vhosts, []}, {tcp_listen_options, [binary, {packet, raw}, {reuseaddr, true}, |
