mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-30 22:35:18 +01:00
Docs: fix meilisearch_in_render.md and update email password reset instructions (#1062)
* Update user_auth_system.md * Update .env.example * Update .env.example fix typo * Update .env.example typo * Update user_auth_system.md * Update meilisearch_in_render.md fix image links for mkdocs * Update README.md
This commit is contained in:
parent
0450c34e3b
commit
9f201577ef
4 changed files with 18 additions and 15 deletions
|
|
@ -398,7 +398,8 @@ DOMAIN_SERVER=http://localhost:3080
|
|||
###########################
|
||||
|
||||
# Email is used for password reset. Note that all 4 values must be set for email to work.
|
||||
# Failing to set the 4 values will result in LibreChat using the unsecured password reset!
|
||||
EMAIL_SERVICE= # eg. gmail
|
||||
EMAIL_USERNAME= # eg. your email address if using gmail
|
||||
EMAIL_PASSWORD= # eg. this is the "app password" if using gmail
|
||||
EMAIL_FROM= # eg. email address for from field like noreply@librechat.ai
|
||||
EMAIL_FROM=noreply@librechat.ai # email address for from field, it is required to set a value here even in the cases where it's not porperly working.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue