coyotte508 HF staff commited on
Commit
9c0276d
β€’
1 Parent(s): cad3e14

πŸ“ Warn regarding secrets

Browse files
Files changed (1) hide show
  1. .env +3 -0
.env CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  MONGODB_URL=#your mongodb URL here
2
  MONGODB_DB_NAME=chat-ui
3
  HF_TOKEN=#your huggingface token here
 
1
+ # Use .env.local to change these variables, or directly change your env
2
+ # DO NOT EDIT THIS FILE WITH SENSITIVE DATA
3
+
4
  MONGODB_URL=#your mongodb URL here
5
  MONGODB_DB_NAME=chat-ui
6
  HF_TOKEN=#your huggingface token here