Skip to content

Instantly share code, notes, and snippets.

@rbnpercy
Created July 6, 2018 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbnpercy/f6ecb8e4c9f36b3f638512d8d1349b7e to your computer and use it in GitHub Desktop.
Save rbnpercy/f6ecb8e4c9f36b3f638512d8d1349b7e to your computer and use it in GitHub Desktop.
def application do
[
mod: {Imagey.Application, []},
extra_applications: [:logger, :runtime_tools, :ex_aws, :hackney, :poison]
]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment