Hi everyone,
I'm using mongo through mongo atlas and i can't connect to it with NodeBB. I tried all you guys have told on this topic.
my config.json
{
"url": "http://0.0.0.0",
"secret": "f9afd3e8-5384-403a-89a9-5cc08416a543",
"database": "mongo",
"port": [4567, 4568, 4569],
"mongo": {
"uri": "mongodb://xxt-shard-00-00-00rd1.mongodb.net,xxx-xxx-xxx-shard-00-00-00rd2.mongodb.net,xxxx-xxx-xxx-shard-00-00-00rd3.mongodb.net:27017",
"database": "nodebb",
"username": "xxx",
"password": "xxx"
}
}
can you guys give me a tip?
thanks.