Modmail icon indicating copy to clipboard operation
Modmail copied to clipboard

Custom database name

Open Hackerjef opened this issue 2 years ago • 5 comments

Allows for custom database name through mongo's connection URI

Closes #3191

Hackerjef avatar Apr 12 '23 21:04 Hackerjef

I think .env.example should be updated as well

skybird23333 avatar Apr 14 '23 10:04 skybird23333

What is the format of the URI if we want to use the custom db name?

Jerrie-Aries avatar Apr 14 '23 16:04 Jerrie-Aries

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

raidensakura avatar Apr 14 '23 16:04 raidensakura

@skybird23333 I mean its still a valid mongodb uri so It should still be fine? /shrug

@raidensakura Thanks!

Hackerjef avatar Apr 14 '23 17:04 Hackerjef

Perhaps it would be good to update logviewer in the same way for consistency?

Vedinsoh avatar Apr 29 '23 12:04 Vedinsoh