mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-26 21:28:50 +01:00
📔 docs: Update Render hosting Guide (#1528)
* add the IntelliJ Idea config file to .gitignore * Update the docs for using a user created key and restricting mongodb IP access to public IP addresses
This commit is contained in:
parent
b9d2a8fbb2
commit
690cb9caa1
3 changed files with 11 additions and 9 deletions
|
|
@ -82,8 +82,9 @@ Also:
|
|||
## Create and Configure your Database
|
||||
|
||||
The last thing you need is to create a MongoDB Atlas Database and get your connection string.
|
||||
You can also restrict access to your Mongodb to only the [static outgoing IP addresses](https://docs.render.com/static-outbound-ip-addresses) for your Render hosted web service.
|
||||
|
||||
Follow the instructions in this document: [Online MongoDB Database](../install/configuration/mongodb.md)
|
||||
Follow the instructions in this document but add each of the outgoing IP addresses to the list instead of all hosts: [Online MongoDB Database](../install/configuration/mongodb.md)
|
||||
|
||||
## Complete the Environment Variables configuration
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue