Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
khemssharma authored Oct 13, 2024
1 parent 9e9507c commit 2b2f5ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Create a new file named `.env` in the root of your project and add the following
```env
REACT_APP_BASE_URL = http://localhost:4000/api/v1
REACT_APP_GOOGLE_CLIENT_ID =
REACT_APP_GOOGLE_CLIENT_ID = YOUR_OAUTH_CREDENTIALS
REACT_APP_RAZORPAY_KEY =
REACT_APP_RAZORPAY_KEY = YOUR_RAZORPAY_CREDENTIALS
```

Also Create a new file named `.env` in the server folder of your project and add the following content:
Expand All @@ -42,7 +42,7 @@ GOOGLE_CLIENT_ID = YOUR_OAUTH_CREDENTIALS
JWT_SECRET =
FOLDER_NAME =
RAZORPAY_KEY =
RAZORPAY_KEY = YOUR_RAZORPAY_CREDENTIALS
RAZORPAY_SECRET =
CLOUD_NAME =
API_KEY =
Expand Down

0 comments on commit 2b2f5ce

Please sign in to comment.