Open ahmedisam99 opened 5 years ago
Just a recommendation, I suggest using dotenv module over env2 when requiring environment variables in your app.
dotenv
env2
dotenv allows :
Do your search and add more or correct me if I'm wrong.
Check out the downloads on both:
If you're curious enough check out the source code for both modules:
Just a recommendation, I suggest using
dotenv
module overenv2
when requiring environment variables in your app.dotenv
allows :Check out the downloads on both:
If you're curious enough check out the source code for both modules: