anyone knows how I can define global config parameters without specifying the application and how do I access this global node config Vars inside the code?  <br><br>application:get_env, gets the environment vars for the application. What if I wanted to get environment vars, global to the node(all application)?<br clear="all">
<br>If the above is not possible, and I specify config tuple {myapp, [{Var, Val}]}.  Does it mean I have to start the myapp application to access these myapp specific Vars, in erl shell?<br><br>thank you,<br>-- <br>rk