📝 docs: add env changes to breaking_changes.md and minor fixes (#1812)

* 📝 docs: add env changes to breacking_changes.md

* 📝 docs: replace example in docker_override.md

* 📝 docs: fix images in zeabur.md
This commit is contained in:
Fuegovic 2024-02-19 09:41:07 -05:00 committed by GitHub
parent 5291d18f38
commit 7442955a1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 85 additions and 15 deletions

View file

@ -841,3 +841,26 @@ Mail address for from field. It is **REQUIRED** to set a value here (even if it'
```bash
EMAIL_FROM=noreply@librechat.ai
```
### Other
- **Redis:** Redis support is experimental, you may encounter some problems when using it.
> If using Redis, you should flush the cache after changing any LibreChat settings
```bash
REDIS_URI=
USE_REDIS=
```
- **Birthday Hat:** Give the AI Icon a Birthday Hat 🥳
> Will show automatically on February 11th (LibreChat's birthday)
> Set this to `false` to disable the birthday hat
> Set to `true` to enable all the time.
```bash
SHOW_BIRTHDAY_ICON=true
```