Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ashraf-kabir committed Jun 21, 2021
1 parent a7d53d0 commit 59ba480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
```
(ctrl+x to save & nano follow instruction there)

##### sample code for env.json
##### sample code for backend .env
```env
MONGODB_URI=YOUR_MONGODB_URI
JWT_SECRET=YOUR_JWT_SECRET
Expand All @@ -44,7 +44,7 @@
cd mern-ecommerce/client
sudo nano .env
```

##### sample code for frontend .env
```env
REACT_APP_API_URL=YOUR_API_URL
```
Expand Down

0 comments on commit 59ba480

Please sign in to comment.