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
?
Asked
Active
Viewed 237 times
5

Brandon Joyce
- 3,100
- 24
- 25
1 Answers
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
-
We never figured out a way to do it, so I'll accept this answer. – Brandon Joyce Oct 27 '16 at 01:55