Commit
•
9c0276d
1
Parent(s):
cad3e14
📝 Warn regarding secrets
Browse files
.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
|