In order to view this lesson, you must purchase this course.
Within your server code, you'll almost always have a need to access external services such as AWS or your Mongo/SQL databases. Instead of storing your password and credentials in plain sight, you'll want to move them into environment variables that only the machine are aware of. Doing this means your local environment will also need to store this information, let's go through how this is done.