%% -*- mode: Erlang; fill-column: 80; -*-
[ { brucke
  , [ {config_file, {priv, "brucke.yml"}} %% or abs path
    , {graphite_host, undefined} %% undefined to disable, "localhost" to test
    , {graphite_port, 2003}
    , {healthcheck_port, 8080}
    , {filter_ebin_dirs, []}
    ]
  }
].
