mirror of
https://github.com/valitydev/dominant.git
synced 2024-11-06 10:35:19 +00:00
19 lines
451 B
Plaintext
19 lines
451 B
Plaintext
[
|
|
{dmt_api, [
|
|
{automaton_service_url, "http://machinegun:8022/v1/automaton"},
|
|
{ip, "::"},
|
|
{port, 8022}
|
|
]},
|
|
{lager, [
|
|
{error_logger_redirect, true},
|
|
{log_root, "/var/log/dominant"},
|
|
{handlers, [
|
|
{lager_file_backend, [
|
|
{file, "console.json"},
|
|
{level, debug},
|
|
{formatter, lager_logstash_formatter}
|
|
]}
|
|
]}
|
|
]}
|
|
].
|