Course
summary


    0 chapters available

Loading...

Discover Node.js and move from frontend to backend

Difficulty: Junior ● Progress: 0 / 0 modules completed

Managing environment variables

Environment variables are data that is available throughout your operating system.

They are the best way to store configurations, keys and secrets and make them available to your application

This avoids storing them directly in your project (which you should not do), or transferring a file from server to server. Especially for critical configurations!

You need a free account to read this module