mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 01:10:14 +01:00
🔍 chore: Clean Up Documentation Part 3 (#2219)
This commit is contained in:
parent
ea54cf03e9
commit
5df0ec06ea
3 changed files with 8 additions and 8 deletions
|
|
@ -267,7 +267,8 @@ I recommend using Microsoft Edge for this:
|
|||
- Look for `lsp.asx` (if it's not there look into the other entries for one with a **very long** cookie)
|
||||
- Copy the whole cookie value. (Yes it's very long 😉)
|
||||
- Use this **"full cookie string"** for your "BingAI Token"
|
||||
- <p align="left">
|
||||
|
||||
<p align="left">
|
||||
<img src="https://github.com/danny-avila/LibreChat/assets/32828263/d4dfd370-eddc-4694-ab16-076f913ff430" width="50%"/>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue