We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 782fadd commit afcf97aCopy full SHA for afcf97a
.env.template
@@ -26,4 +26,5 @@ SIGNOZ_SERVICE_NAME=fastgpt-plugin
26
# MongoDB connection string
27
# Replace 'myusername' and 'mypassword' with your actual MongoDB credentials and ensure the database 'fastgpt' exists.
28
MONGODB_URI=mongodb://myusername:mypassword@localhost:27017/fastgpt?authSource=admin&directConnection=true
29
-MONGO_MAX_LINK=
+
30
+REDIS_URL=redis://default:[email protected]:6379
0 commit comments