Skip to content

Instantly share code, notes, and snippets.

@alco
Created July 8, 2014 21:15
Show Gist options
  • Save alco/a96e80a13b2359126fd9 to your computer and use it in GitHub Desktop.
Save alco/a96e80a13b2359126fd9 to your computer and use it in GitHub Desktop.
use Mix.Config
cfg = "#{Mix.env}.exs"
if File.exists?(cfg) do
import_config cfg
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment