sayeed205/Heroku-Switcher

What is all this?

Closed this issue · 2 comments

MONGO_URI= #your mongoDB uri
JWT_SECRET= #your jwt secret to auth user can be anything
DB_NAME= #your mongoDB name
COLLECTION_NAME= #your mongoDB collection name
NODE_ENV=productio

  • i wanna deploy on my vps, but idk where to get these from. Can you make more detailed readme?

MONGO_URI= get this from here
JWT_SECRET= random string
DB_NAME= MongoDB Database name get it from Atlas
COLLECTION_NAME= Database Collection name learn more about it here
NODE_ENV=production

MONGO_URI= get this from here JWT_SECRET= random string DB_NAME= MongoDB Database name get it from Atlas COLLECTION_NAME= Database Collection name learn more about it here NODE_ENV=production

Thank you