🚫🔍 feat: disallow search indexing (#1409)

* feat: disallow search indexing

* Update index.js

* Update .env.example

* added middleware
This commit is contained in:
Marco Beretta 2023-12-30 02:42:04 +01:00 committed by GitHub
parent c3d5a08b26
commit bd4d23d314
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 0 deletions

View file

@ -24,9 +24,12 @@ MONGO_URI=mongodb://127.0.0.1:27017/LibreChat
DOMAIN_CLIENT=http://localhost:3080
DOMAIN_SERVER=http://localhost:3080
NO_INDEX=true
#===============#
# Debug Logging #
#===============#
DEBUG_LOGGING=true
DEBUG_CONSOLE=false