Skip to content

Commit 9a6c43c

Browse files
committed
fix: edit README.md
1 parent db10137 commit 9a6c43c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,10 @@ PORT=5000
111111
MONGO_URI=your-mongodb-atlas-uri
112112
JWT_SECRET=your-secret-key
113113
GEMINI_API_KEY=your-gemini-api-key
114+
```
114115

115-
116-
for welcome email setup:
116+
For welcome email setup:
117+
```env
117118
SENDGRID_API_KEY=SG.your-sendgrid-api-key
118119
EMAIL_FROM="Paisable <[email protected]>"
119120
@@ -122,7 +123,6 @@ EMAIL_PASS=your-app-password
122123
SMTP_HOST=smtp.gmail.com
123124
SMTP_PORT=587
124125
SMTP_SECURE=false
125-
EMAIL_FROM="Paisable <[email protected]>"
126126
```
127127

128128
Start the backend:

0 commit comments

Comments
 (0)