We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0599b0e commit 5bacc8cCopy full SHA for 5bacc8c
1 file changed
README.md
@@ -87,9 +87,11 @@ composer setup:dev
87
* PUT https://localhost/api/pets/8ba9661b-ba7f-436b-bd25-c0606f911f7d
88
* DELETE https://localhost/api/pets/8ba9661b-ba7f-436b-bd25-c0606f911f7d
89
90
-### DBs
+### Database
91
92
- * jdbc:mongodb://petstore:4aAUfBjDACcdZxNwJgJ6@localhost:27017/petstore
+```sh
93
+mongosh "mongodb://petstore:4aAUfBjDACcdZxNwJgJ6@localhost:27017/petstore?authMechanism=DEFAULT&authSource=admin"
94
+```
95
96
## Structure
97
0 commit comments