application:load(stockdb),<br>application:set_env(stockdb, key, value),<br>application:start(stockdb),<br><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 16, 2012 at 6:28 PM, AD <span dir="ltr"><<a href="mailto:straightflush@gmail.com" target="_blank">straightflush@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<div><br></div><div> I am abstracting some code into a "library" that can be included in other applications.  This library requires a fair bit of config options, what is the recommended approach here when starting it up?</div>

<div><br></div><div> I noticed some libraries like cowboy, you pass all the configs into the main  start_http() method, others use include files.</div><div><br></div><div> Is there a preferred mechanism here when there are 20-25 config options for the included application?<br>

<br>Cheers</div><span class="HOEnZb"><font color="#888888"><div>-AD</div>
</font></span><br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>