Skip to content

Commit

Permalink
version backend added
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant0664 committed May 31, 2024
1 parent 05cbb8d commit 9153266
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ REACT_APP_BACKEND_URL=http://localhost:5000

where <br/>

-MONGO_URI=URI of the mongodb database
-GOOGLE_CLIENT=google client id for google oauth
-GOOGLE_SECRET=google secret for google oauth
-COOKIE_KEY=key of the cookie
-TOKEN_SECRET=token secret
-CLOUD_NAME=cloudnary cloud name for storing images
-CLOUD_API_KEY=cloudnary cloud key for storing images
-CLOUD_API_SECRET=cloudnary cloud secret for storing images
-PASS=Google app password which generated after 2 factor verification for sending mails related to verification, forgot password, report etc.
-REACT_APP_BACKEND_URL=http://localhost:5000 (backend url)
-REACT_APP_FRONTEND_URL=http://localhost:3000 (frontend url)
- MONGO_URI=URI of the mongodb database
- GOOGLE_CLIENT=google client id for google oauth
- GOOGLE_SECRET=google secret for google oauth
- COOKIE_KEY=key of the cookie
- TOKEN_SECRET=token secret
- CLOUD_NAME=cloudnary cloud name for storing images
- CLOUD_API_KEY=cloudnary cloud key for storing images
- CLOUD_API_SECRET=cloudnary cloud secret for storing images
- PASS=Google app password which generated after 2 factor verification for sending mails related to verification, forgot password, report etc.
- REACT_APP_BACKEND_URL=http://localhost:5000 (backend url)
- REACT_APP_FRONTEND_URL=http://localhost:3000 (frontend url)

0 comments on commit 9153266

Please sign in to comment.