DEV Community

abanerjee1107
abanerjee1107

Posted on

Environment file details required

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.

Top comments (0)