How to use poxa without docker with multiple configurations on Ubuntu?
NevaJava opened this issue · 1 comments
NevaJava commented
Hello,
i've updated my poxa installation on ubuntu from 0.6 to 1.0.0 last night. After i started my both apps i realized that i got the following error.
warning: the --config flag is deprecated. If you need to handle multiple configurations, it is preferrable to dynamically import them in your config files
screen -dmS app1 elixir -pa _build/dev/consolidated -S mix run --config config/app1.exs --no-halt
screen -dmS app2 elixir -pa _build/dev/consolidated -S mix run --config config/app2.exs --no-halt
How to use and handle now multiple configurations? Didn't understand exactly how to use enviroments variables etc.
Greetings
edgurgel commented