From 7880f82e62cc50d06e7ea521707c9010ab55b805 Mon Sep 17 00:00:00 2001 From: Ayush Sharma Date: Thu, 9 Jul 2026 18:40:32 +0530 Subject: [PATCH] fix: ui production environment variables --- ui/.env.production | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ui/.env.production diff --git a/ui/.env.production b/ui/.env.production new file mode 100644 index 0000000..e3a4c0b --- /dev/null +++ b/ui/.env.production @@ -0,0 +1,3 @@ +REACT_APP_BASE_URL=https://studynotion-1-tgdh.onrender.com/api/v1 +REACT_APP_GOOGLE_CLIENT_ID=134887287128-s3pbcfbsaq88dulema5h910uaak0sh6f.apps.googleusercontent.com +REACT_APP_RAZORPAY_KEY=rzp_test_bO9Ppf14nv2wW3 \ No newline at end of file