Skip to content

Commit afcf97a

Browse files
committed
chore: update .env.template
1 parent 782fadd commit afcf97a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.env.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ SIGNOZ_SERVICE_NAME=fastgpt-plugin
2626
# MongoDB connection string
2727
# Replace 'myusername' and 'mypassword' with your actual MongoDB credentials and ensure the database 'fastgpt' exists.
2828
MONGODB_URI=mongodb://myusername:mypassword@localhost:27017/fastgpt?authSource=admin&directConnection=true
29-
MONGO_MAX_LINK=
29+
30+
REDIS_URL=redis://default:[email protected]:6379

0 commit comments

Comments
 (0)