Configuration for :scrapper app

This commit is contained in:
2024-05-01 10:35:41 +02:00
parent 072c5f85b8
commit 5881ff62b6
5 changed files with 18 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
import Config
config :scrapper,
riot_api_key: System.get_env("RIOT_API_KEY")
+2 -1
View File
@@ -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}