Skip to content

Instantly share code, notes, and snippets.

View inigoflores's full-sized avatar

Iñigo Flores inigoflores

View GitHub Profile
%% -*- erlang -*-
[
{kernel,
[
%% force distributed erlang to only run on localhost
{inet_dist_use_interface, {127,0,0,1}}
]},
{lager,
[
{suppress_supervisor_start_stop, true},