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><div>-AD</div>