| ms.topic | include |
|---|---|
| ms.date | 07/12/2022 |
Each time you add a new setting, a dialog box appears at the top of the VS Code window where you can add each setting name followed by its value.
Add the following settings:
- CONNECTION_STRING → A connection string that starts with "mongodb://".
- DB_NAME → Use "restaurants_reviews".
- COLLECTION_NAME → Use "restaurants_reviews".
- WEBSITES_PORT → Use "8000" for Django and "5000" for Flask. This environment variable specifies the port on which the container is listening.