dotenv in production?
Anything wrong with using dotenv in production? i can't see anything to suggest there is, but thought I'd check given it's a security thing. Googling throws up an article outlining issues that don't really apply to me https://dev.to/gregorygaines/stop-using-env-files-now-kp0, but I've also seen an article countering that one 😄
4 Replies
Nothing wrong with it. In fact using environment variables is the way to go, preferably something something that doesn't get committed to source code.
Check out this site: https://12factor.net/
The Twelve-Factor App
A methodology for building modern, scalable, maintainable software-as-a-service apps.
Cool, some light bedtime reading, thanks 😁 👍
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View