f9a69c1fec
While converting config to new style, erlang 25672 port binding to mgmt IP has been lost. We fix this now with re-adding inet_dist_use_interface option. Change-Id: Ife5bb330240ecbac3814f2e161c5e108e25f6c14
7 lines
198 B
Django/Jinja
7 lines
198 B
Django/Jinja
[
|
|
{kernel, [
|
|
{inet_dist_use_interface, { {{ rabbitmq_management_bind_address|replace('.',',') }} } }
|
|
]},
|
|
{mnesia, [{dump_log_write_threshold, {{ mnesia_dump_log_write_threshold }} }]}
|
|
].
|