From 63fe2b6477773a38b44c62ea9a19eb7138c244e7 Mon Sep 17 00:00:00 2001 From: anaspacheco Date: Tue, 28 Nov 2023 13:39:00 -0500 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 84ae004..8d44cc7 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,6 @@ Fork the repo and clone it locally. Then: 5. In the back end folder, put the following keys in a .env file: - MONGODB_URI= (please, reach out to us for the exact key) - FRONT_END_DOMAIN=http://localhost:3000 - - JWT_EXP_DAYS=60 - - JWT_SECRET= (will be used in deployment...) - EXPRESS_APP_MAP_API_KEY (please, reach out to us for the exact key) 6. To run backend tests cd to the backend folder and run: