DEV Community

Discussion on: Image Upload to Cloudinary with Nodejs and Dotenv

Collapse
 
mgrachev profile image
Grachev Mikhail

In addition to using environment variables I can recommend the tool github.com/dotenv-linter/dotenv-li... - it’s a lightning-fast linter for .env files. Written in Rust.

Collapse
 
ebereplenty profile image
NJOKU SAMSON EBERE

Thank you for that suggestion. I will check it out.