mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 01:10:14 +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
|
|
@ -40,7 +40,7 @@ weight: -3
|
|||
| --- | --- |
|
||||
| MEILI_HOST | http://meilisearch:7700 |
|
||||
| MEILI_HTTP_ADDR | meilisearch:7700 |
|
||||
| MEILI_MASTER_KEY | DrhYf7zENyR6AlUCKmnz0eYASOQdl6zxH7s7MKFSfFCt |
|
||||
| MEILI_MASTER_KEY | Create a 44 character alphanunmeric key |
|
||||
| MEILI_NO_ANALYTICS | true |
|
||||
|
||||
**Deployment**
|
||||
|
|
@ -63,13 +63,13 @@ Once you get the message: `your service is live 🎉`, copy the URL address of y
|
|||
|
||||
Now, insert the below environment variable values into your LibreChat project (Replace MEILI_HOST by adding the URL address of your Render's Meilisearch project that you copied):
|
||||
|
||||
| Key | Value |
|
||||
| --- | --- |
|
||||
| MEILI_HOST | Your Render project's Meilisearch URL|
|
||||
| MEILI_HTTP_ADDR | meilisearch:7700 |
|
||||
| MEILI_MASTER_KEY | DrhYf7zENyR6AlUCKmnz0eYASOQdl6zxH7s7MKFSfFCt |
|
||||
| MEILI_NO_ANALYTICS | true |
|
||||
| SEARCH | true |
|
||||
| Key | Value |
|
||||
| --- |---------------------------------------|
|
||||
| MEILI_HOST | Your Render project's Meilisearch URL |
|
||||
| MEILI_HTTP_ADDR | meilisearch:7700 |
|
||||
| MEILI_MASTER_KEY | Use the key created for Meilisearch |
|
||||
| MEILI_NO_ANALYTICS | true |
|
||||
| SEARCH | true |
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue