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

# This file is responsible for configuring your application
# and its dependencies with the aid of the Mix.Config module.
use Mix.Config
if Mix.env() == :prod do
config :godfist, rates: :prod
else
config :godfist, rates: :dev
end
# import_config "#{Mix.env}.exs"