Skip to content

Commit f9ec4c5

Browse files
authored
Update README.md
1 parent 4db82bb commit f9ec4c5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,11 @@ This project is a RESTful API for a pizza shop, built using Node.js, Express, an
3939

4040
4. Create a `.env` file in the root directory and add your MongoDB URI and JWT secret:
4141
```env
42-
MONGO_URI=your_mongodb_uri
42+
DB_URL=your_mongodb_uri
4343
JWT_SECRET=your_jwt_secret
44+
APP_PORT=your_app_port
45+
REFRESH_SECRET=your_refresh_secret
46+
APP_URL=your_app_url
4447
```
4548

4649
5. Start the server:

0 commit comments

Comments
 (0)