Packages

Metrics Client

Current section

Files

Jump to
mtx src mtx.app.src
Raw

src/mtx.app.src

{application, mtx, [
{description, "METRICS VXZ API"},
{vsn, "1"},
{registered, []},
{applications, [kernel, stdlib]},
{mod, {mtx_app, []}},
{modules, []},
{env, [
{ip, "localhost"},
{port, 8125}]}
]}.