In case of a self-hosted GrowthBook, what is the f...
# announcements
b
In case of a self-hosted GrowthBook, what is the format the
MONGODB_URI
should have?
mongodb+srv://<username>:<password>hostname
?
f
Thats correct
my local is:
Copy code
MONGODB_URI=<mongodb://username:password@mongo:27017/>
b
I am using mongodb atlas so it is giving something like
Copy code
mongodb+srv://<username>:<password>@clustername.123456.mongodb.net/?retryWrites=true&w=majority
will this work?
f
I think so
you can test it pretty easily
b
👍