mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-31 06:45:17 +01:00
🚫🔍 feat: disallow search indexing (#1409)
* feat: disallow search indexing * Update index.js * Update .env.example * added middleware
This commit is contained in:
parent
c3d5a08b26
commit
bd4d23d314
4 changed files with 18 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue