Skip to content

Instantly share code, notes, and snippets.

@dvliman
Created February 13, 2017 05:29
Show Gist options
  • Save dvliman/a5ec1b4f06687bca52c47f6b54b5662b to your computer and use it in GitHub Desktop.
Save dvliman/a5ec1b4f06687bca52c47f6b54b5662b to your computer and use it in GitHub Desktop.
{application, gd,
[{description, "gd"},
{vsn, "0.1.0"},
{registered, [gd_sup]},
{mod, {gd_app, []}},
{applications, [
kernel,
stdlib,
lager,
gproc,
pgsql,
jiffy,
episcina,
ibrowse,
erlcloud,
cowboy]},
{env,[]},
{modules, []}
]}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment