You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Heroku is a container based cloud platform that currently offers a free plan to
52
52
53
53
## Self-hosted logs
54
54
55
-
If you want complete control over your data and do not want to use the centralized API service, you can self host your logs. You can do this by adding two config variables:
55
+
If you want complete control over your data and do not want to use the centralized API service, you can self host your logs. We recommed this if you want stability and security for your bot. You can do this by adding two config variables:
56
56
57
57
*`MONGO_URI` - MongoDB connection URI, you can get a free 500 MB cluster from [MongoDB Atlas](https://www.mongodb.com/cloud/atlas).
58
58
*`LOG_URL` - The URL of your log viewer Heroku app (`https://yourlogviewerappname.herokuapp.com`)
0 commit comments