5 lines
79 B
Elixir
5 lines
79 B
Elixir
import Config
|
|
|
|
config :lol_api,
|
|
riot_api_key: System.get_env("RIOT_API_KEY")
|