Current section

Files

Jump to
rebar3_hank priv test_files test_app src test_app.app.src
Raw

priv/test_files/test_app/src/test_app.app.src

{application, test_app, [
{description, "An OTP application"},
{vsn, "0.1.0"},
{registered, []},
{mod, {'test_app_a_module', []}},
{applications, [
kernel,
stdlib
]},
{env, [
{my_config_from_app_src, an_atom},
{other_config_from_app_src, <<"other">>}
]},
{modules, []}
]}.