<FromGitter>
<eliasjpr> Lets see if by first loading Dotenv solve the issue
<FromGitter>
<zaidakram> Okay
<FromGitter>
<eliasjpr> Also if you are using lots of env vars you can just load those on the application.cr settings section
<FromGitter>
<zaidakram> Adding those 2 lines in `application.cr` worked. You were right, by the time the Dotenv file loads Amber already has defaulted to development.
<FromGitter>
<eliasjpr> you might be able to leave it in the initializer, but require explicitly in `application.cr`
<FromGitter>
<eliasjpr> in fact I would move the initializer at the root level of application.cr
<FromGitter>
<zaidakram> Yeah, doing that now. Thanks for your help. Really appreciate it.
<FromGitter>
<eliasjpr> and require it as the first thing in application.cr
<FromGitter>
<zaidakram> > and require it as the first thing in application.cr ⏎ Got it.
<FromGitter>
<zaidakram> You guys are doing great job. Keep up the good work!!
<FromGitter>
<eliasjpr> Thanks!
<FromGitter>
<eliasjpr> :)
<FromGitter>
<eliasjpr> I would like to invite you to write a blog post about your experience with amber
<FromGitter>
<eliasjpr> That will help us a lot
<FromGitter>
<zaidakram> > I would like to invite you to write a blog post about your experience with amber
<FromGitter>
<zaidakram> Sure. Sign me up!
<FromGitter>
<vusaalab> HI guys do you know how to upload large files with amber
<FromGitter>
<eliasjpr> You can, but as in any web app server I would recommend using chunk
<FromGitter>
<vusaalab> chunk any sample code or guideline for amber chunk ?