🔍 chore: Clean Up Documentation Part 3 (#2219)

This commit is contained in:
Danny Avila 2024-03-26 13:57:25 -04:00 committed by GitHub
parent ea54cf03e9
commit 5df0ec06ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View file

@ -173,9 +173,8 @@ use admin
Replace the credentials as desired and keep in your secure records for the rest of the guide.
Run command to create the admin user:
```bash
db.createUser({ user: "adminUser", pwd: "securePassword", roles: ["userAdminAnyDatabase", "readWriteAnyDatabase"] })
```
`db.createUser({ user: "adminUser", pwd: "securePassword", roles: ["userAdminAnyDatabase", "readWriteAnyDatabase"] })`
You should see an "ok" output.