Petar Radošević @petar.dev · May 14 Handy little tip for a local only config in Phoenix: petar.dev/notes/local-... #elixirlang 19 likes 2 replies ? Reply Replies jake · May 14 This is a great tip! We've added it to dev.exs before too to limit the override to only dev environments. {:ok, Noah} · May 14 You might also like: IEx.Helpers.import_file_if_available/1 hexdocs.pm/iex/IEx.Help... 😄