Current section
Files
Jump to
Current section
Files
src/dotenv_config.app.src
{application,dotenv_config,
[{description,"Erlang/Elixir apps config based on environment variables and .env files"},
{vsn,"2.3.0"},
{pkg_name,"dotenv_config"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{exclude_paths,["test","priv/dialyzer_plt"]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub",
"https://github.com/dziaineka/dotenv_config_erlang"}]}]}.