5

I have Conform configuration working in a Phoenix app. This requires an exrm release. For development purposes we want to use the same configuration technique, but without generating a release every time we make changes. Is there a way to use Conform when running mix phoenix.server?

Brandon Joyce
  • 3,100
  • 24
  • 25

1 Answers1

3

I believe the intent is that you use Elixir's configuration functionality for test and development and that Conform is only used for releases.

Cory ODaniel
  • 708
  • 6
  • 9