mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
remove 'MEILI_HTTP_ADDR' (#1475)
This commit is contained in:
parent
2b3fa327a3
commit
3f98f92d4c
9 changed files with 0 additions and 18 deletions
|
@ -467,12 +467,6 @@ For the API server to connect to the search server. Replace '0.0.0.0' with 'meil
|
|||
MEILI_HOST=http://0.0.0.0:7700
|
||||
```
|
||||
|
||||
MeiliSearch HTTP Address, mainly for docker-compose to expose the search server. Replace '0.0.0.0' with 'meilisearch' if serving MeiliSearch with docker-compose.
|
||||
|
||||
```bash
|
||||
MEILI_HTTP_ADDR=0.0.0.0:7700
|
||||
```
|
||||
|
||||
This master key must be at least 16 bytes, composed of valid UTF-8 characters. MeiliSearch will throw an error and refuse to launch if no master key is provided or if it is under 16 bytes. MeiliSearch will suggest a secure autogenerated master key. This is a ready made secure key for docker-compose, you can replace it with your own.
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue