We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
elixir -v
mix nerves.env --info
From the post:
By default, umbrella projects have the following in their top-level config/config.exs file: import_config "../apps/*/config/config.exs"
By default, umbrella projects have the following in their top-level config/config.exs file:
config/config.exs
import_config "../apps/*/config/config.exs"
But when creating an umbrella project, I don't have distinct config files per app, instead this is added into each app's mix.exs:
mix.exs
config_path: "../../config/config.exs",
I suppose the post refers to an old mix behavior, which no longer applies.
Given umbrella apps seem to have closed the gap of configuration, I would like to see an example nerves project using umbrella instead of poncho.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
elixir -v
):mix nerves.env --info
)may help
Current behavior
From the post:
But when creating an umbrella project, I don't have distinct config files per app, instead this is added into each app's
mix.exs
:I suppose the post refers to an old mix behavior, which no longer applies.
Expected behavior
Given umbrella apps seem to have closed the gap of configuration, I would like to see an example nerves project using umbrella instead of poncho.
The text was updated successfully, but these errors were encountered: