Environment file details required

abanerjee1107 - Jun 17 - - Dev Community

I have Ubuntu OS on AWS free tier. Ran command:

npm install express mongoose dotenv bcryptjs jsonwebtoken cors

Now, in .env file require below details:

MONGO_URI=your_mongodb_uri
JWT_SECRET=your_jwt_secret

Can someone help with how to get the above environment details.

.