Packages

The application-wide registry with handy helpers to ease dispatching.

Current section

Files

Jump to
gelato config config.exs
Raw

config/config.exs

import Config
if File.exists?("config/#{Mix.env()}.exs"), do: import_config("#{Mix.env()}.exs")