We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b177a commit 9187e91Copy full SHA for 9187e91
1 file changed
README.md
@@ -173,6 +173,8 @@ Set up a MongoDB connection and create a database
173
SECRET_KEY=gozaXXXXXXXXXXXXXXXXXXXXXXXX
174
DEBUG=True
175
_MONGODB_URI=mongodb+srv://XXXXXXX:[email protected]/test?retryWrites=true&w=majority
176
+CLIENT_APP_URL=http://localhost:3000
177
+URL_SERVER=https://XXXXXXXXXXXXXXX.XXXXXXX.XXX
178
```
179
180
2. Run the following command:
0 commit comments