How do you configure the supervisor for dev/prod environments?

if Mix.env == :prod do
  # prod stuff
else
  # not prod stuff
end