From 2b2f5ce74b67152a0c90cfc19ffa9fb7863d84cb Mon Sep 17 00:00:00 2001 From: Ayush Sharma Date: Sun, 13 Oct 2024 15:04:38 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d089200..fe47bd7 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 =