[rabbitmq-discuss] Config File Options
Matthew Sackman
matthew at rabbitmq.com
Mon Sep 6 10:35:55 BST 2010
On Mon, Sep 06, 2010 at 09:53:13AM +0100, Alexandru Scvorţov wrote:
> There are others; do a
> % grep 'application:get_env' src/*
> in the source distribution if you're curious.
Actually, slightly better than this is the env element in the rabbit.app
file. The entries here correspond to items within the rabbit
environment. Thus eg
[... {env, [{tcp_listeners, [{"0.0.0.0", 5672}]}, ...]} ]
would have a config file equivalent of
[{rabbit, [{tcp_listeners, [{"0.0.0.0", 5672}]}, ...]}].
Matthew
More information about the rabbitmq-discuss
mailing list