mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-24 04:10:15 +01:00
🔍 chore: Clean Up Documentation Part 2 (#2218)
This commit is contained in:
parent
7f83a060a0
commit
ea54cf03e9
4 changed files with 8 additions and 8 deletions
|
|
@ -177,10 +177,10 @@ Run command to create the admin user:
|
|||
db.createUser({ user: "adminUser", pwd: "securePassword", roles: ["userAdminAnyDatabase", "readWriteAnyDatabase"] })
|
||||
```
|
||||
|
||||
You should see an "ok" output:
|
||||
> { ok: 1 }
|
||||
You should see an "ok" output.
|
||||
|
||||
You can also confirm the admin was created by running `show users`:
|
||||
|
||||
```bash
|
||||
# example input/output
|
||||
admin> show users
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue