33 lines
		
	
	
		
			629 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			629 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[
 | 
						|
{rabbit, [
 | 
						|
{cluster_partition_handling, autoheal},
 | 
						|
{default_permissions, [<<".*">>, <<".*">>, <<".*">>]},
 | 
						|
{default_vhost, <<"/">>},
 | 
						|
{log_levels, [{connection,info}]},
 | 
						|
{mnesia_table_loading_timeout, 10000},
 | 
						|
{tcp_listen_options, [
 | 
						|
binary,
 | 
						|
{packet, raw},
 | 
						|
{reuseaddr, true},
 | 
						|
{backlog, 128},
 | 
						|
{nodelay, true},
 | 
						|
{exit_on_close, false},
 | 
						|
{keepalive, true}
 | 
						|
]},
 | 
						|
{default_user, <<"stackrabbit">>},
 | 
						|
{default_pass, <<"password">>}
 | 
						|
]},
 | 
						|
{kernel, [
 | 
						|
{inet_default_connect_options, [{nodelay,true}]},
 | 
						|
{inet_dist_listen_max, 41055},
 | 
						|
{inet_dist_listen_min, 41055},
 | 
						|
{net_ticktime, 10}
 | 
						|
]}
 | 
						|
,
 | 
						|
{rabbitmq_management, [
 | 
						|
{listener, [
 | 
						|
{port, 15672}
 | 
						|
]}
 | 
						|
]}
 | 
						|
].
 |