Configuration for :scrapper app
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import Config
|
||||
|
||||
config :scrapper,
|
||||
riot_api_key: System.get_env("RIOT_API_KEY")
|
||||
@@ -14,7 +14,7 @@ defmodule Scrapper.MixProject do
|
||||
deps: deps()
|
||||
]
|
||||
end
|
||||
|
||||
|
||||
# Run "mix help compile.app" to learn about applications.
|
||||
def application do
|
||||
[
|
||||
@@ -26,6 +26,7 @@ defmodule Scrapper.MixProject do
|
||||
# Run "mix help deps" to learn about dependencies.
|
||||
defp deps do
|
||||
[
|
||||
{:httpoison, "~> 2.2"}
|
||||
# {:dep_from_hexpm, "~> 0.3.0"},
|
||||
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"},
|
||||
# {:sibling_app_in_umbrella, in_umbrella: true}
|
||||
|
||||
Reference in New Issue
Block a user