Elixir Programming Language Forum
How do you configure the supervisor for dev/prod environments?
Questions / Help
how-to-question
,
supervisor
james
October 13, 2017, 1:48pm
2
if Mix.env == :prod do # prod stuff else # not prod stuff end
show post in topic