Modmail
Modmail copied to clipboard
Custom database name
Allows for custom database name through mongo's connection URI
Closes #3191
I think .env.example should be updated as well
What is the format of the URI if we want to use the custom db name?
What is the format of the URI if we want to use the custom db name?
mongodb://myDBReader:D1fficultP%[email protected]:27017/your_db_name?someOptions
as per docs
@skybird23333 I mean its still a valid mongodb uri so It should still be fine? /shrug
@raidensakura Thanks!
Perhaps it would be good to update logviewer in the same way for consistency?