Project phase - Study Group 1 - Backend_main Instructions for setting environment variables in .env file: Copy the .env.sample file to a new file named .env like below: cp .env.sample .env Fill in the values for each environment variable in the .env file. The .env file should not be committed to the repository as it's listed in the .gitignore.