whatsapp-api-nodejs icon indicating copy to clipboard operation
whatsapp-api-nodejs copied to clipboard

MongoDB Authentication

Open giordy84 opened this issue 1 year ago • 1 comments

Good morning, how is it possible to set MONGODB's username and password for authentication in the enviroment file?

Installing mongodb without a password is not secure.

I have tried with: MONGODB_USERNAME MONGODB_PASSWORD

but it does not work

thanks

giordy84 avatar Aug 12 '22 09:08 giordy84

Good morning, how is it possible to set MONGODB's username and password for authentication in the enviroment file?

Installing mongodb without a password is not secure.

I have tried with: MONGODB_USERNAME MONGODB_PASSWORD

but it does not work

thanks

you can use username password like this mongodb://USERNAME:PASSWORD@localhost:27017/db

salman0ansari avatar Aug 12 '22 09:08 salman0ansari