Skip to content

Instantly share code, notes, and snippets.

@joeczar
Created May 26, 2020 12:31
Show Gist options
  • Select an option

  • Save joeczar/48abfbd730a14cc9c8d771af352fd3e3 to your computer and use it in GitHub Desktop.

Select an option

Save joeczar/48abfbd730a14cc9c8d771af352fd3e3 to your computer and use it in GitHub Desktop.
{
"defaultConnection": "default",
"connections": {
"default": {
"connector": "mongoose",
"settings": {
"uri": "mongodb://<user>:<passwd>@goal-tracker-shard-00-00-f72do.mongodb.net:27017,goal-tracker-shard-00-01-f72do.mongodb.net:27017,goal-tracker-shard-00-02-f72do.mongodb.net:27017/test?ssl=true&replicaSet=Goal-Tracker-shard-0&authSource=admin&retryWrites=true&w=majority"
},
"options": {
"authenticationDatabase": "admin",
"ssl": true
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment