You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a .env file in the back-end directory, create an environment variable to store the database credential (i.e. the password) - do not push this file because it's secret. It should be git-ignored already by default
Use the 'dotenv' library to import the database credentials into our files
The text was updated successfully, but these errors were encountered:
.env
file in the back-end directory, create an environment variable to store the database credential (i.e. the password) - do not push this file because it's secret. It should be git-ignored already by defaultThe text was updated successfully, but these errors were encountered: