We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f6d11 commit e6324a6Copy full SHA for e6324a6
.gitignore
backend/.env
@@ -1,7 +1,9 @@
1
PORT=4000
2
-DATABASE_URL=mongodb://127.0.0.1:27017/urbansole
+# DATABASE_URL=mongodb://127.0.0.1:27017/urbansole
3
PROFILE_URL=https://ui-avatars.com/api/?name=
4
JWT_SECRET=amitkumar
5
+DATABASE_URL=mongodb+srv://foolishcoder97:[email protected]/UrbanSole
6
+
7
8
# cloudinary details
9
CLOUD_NAME=djtdg1hcq
frontend/.env
@@ -1,4 +1,5 @@
-REACT_APP_SERVER_URL="http://localhost:4000/api/v1"
+# REACT_APP_SERVER_URL="http://localhost:4000/api/v1"
+REACT_APP_SERVER_URL=https://urbansole.onrender.com/
# Razor Pay api key Info
REACT_APP_RAZORPAY_KEY_ID=rzp_test_r8Eveaq11tlbJr
0 commit comments