You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: {{cookiecutter.project_slug}}/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ If your Docker is not running in `localhost` (the URLs above wouldn't work) chec
45
45
46
46
Please ensure that either
47
47
-`MONGO_(HOST|USER|PASSWORD|DATABASE)` were properly set in the initial MongoDB setup phase
48
-
-`MONGO_DATABASE_URI` has been set in `{{ cookiebutter.project_slug }}/.env`
48
+
-`MONGO_DATABASE_URI` has been set in `{{ cookiecutter.project_slug }}/.env`
49
49
50
50
To learn more about how to generate a MongoDB URI please look at the docs on [Connecting to your MongoDB Atlas Clutser](https://www.mongodb.com/docs/atlas/tutorial/connect-to-your-cluster/)
Copy file name to clipboardExpand all lines: {{cookiecutter.project_slug}}/backend/app/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ If your Docker is not running in `localhost` (the URLs above wouldn't work) chec
56
56
57
57
Please ensure that either
58
58
-`MONGO_(HOST|USER|PASSWORD|DATABASE)` were properly set in the initial MongoDB setup phase
59
-
-`MONGO_DATABASE_URI` has been set in `{{ cookiebutter.project_slug }}/.env`
59
+
-`MONGO_DATABASE_URI` has been set in `{{ cookiecutter.project_slug }}/.env`
60
60
61
61
To learn more about how to generate a MongoDB URI please look at the docs on [Connecting to your MongoDB Atlas Clutser](https://www.mongodb.com/docs/atlas/tutorial/connect-to-your-cluster/)
0 commit comments