<p>Hi,</p>
<p>If I have to launch a node with certain environment values I usually do:<br />"erl -pa ebin -run appname -env [{myvar, 1234}]"</p>
<p>If I package this as a node using rebar, I can start the node using:<br />sh rel/mynode/bin/mynode start</p>
<p>But how do I set values for the app-specific enviroment vars? I do not want to set them in a file as the values will change for every invocation and hence I want to send them on the command prompt.</p>
<p>Thanks,<br />Yash</p>