Skip to content

Commit e6324a6

Browse files
committed
env file updated
1 parent 82f6d11 commit e6324a6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

Whitespace-only changes.

backend/.env

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
PORT=4000
2-
DATABASE_URL=mongodb://127.0.0.1:27017/urbansole
2+
# DATABASE_URL=mongodb://127.0.0.1:27017/urbansole
33
PROFILE_URL=https://ui-avatars.com/api/?name=
44
JWT_SECRET=amitkumar
5+
DATABASE_URL=mongodb+srv://foolishcoder97:[email protected]/UrbanSole
6+
57

68
# cloudinary details
79
CLOUD_NAME=djtdg1hcq

frontend/.env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
REACT_APP_SERVER_URL="http://localhost:4000/api/v1"
1+
# REACT_APP_SERVER_URL="http://localhost:4000/api/v1"
2+
REACT_APP_SERVER_URL=https://urbansole.onrender.com/
23

34
# Razor Pay api key Info
45
REACT_APP_RAZORPAY_KEY_ID=rzp_test_r8Eveaq11tlbJr

0 commit comments

Comments
 (0)