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 | bdc6a0cc4f499ed9d63fa66155c367faf2ea2732 (patch) | |
tree | 5415274ae8571b327c772767d02e4b620545c340 /ebin | |
parent | 6087e31872aa8a03283ceef3bc8e03774bf54200 (diff) | |
download | rabbitmq-server-bdc6a0cc4f499ed9d63fa66155c367faf2ea2732.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 7972ba86..7dabb8c3 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}, |