I cloned phoenix master, compiled and installed the installer.
Created a new umbrella and ran mix phx.new inside ./apps.
The generated phoenix app had configuration inside it, the generator did not insert configuration at the top of the umbrella.
Per the Elixir 1.9 release announcement Elixir v1.9.0 released, “Another important change related to configuration is that mix new will no longer generate a config/config.exs file.”
Is Phoenix just lagging behind here? I could not find an issue concerning the topic on the phoenix github.






















