Packages

Wrapper for the League of Legends ReST API written in Elixir.

Current section

Files

Jump to
godfist config config.exs
Raw

config/config.exs

use Mix.Config
# Key :rates works as :env in this case.
config :godfist,
rates: :dev,
godfist_api: Godfist.HTTP
import_config "#{Mix.env()}.exs"