Skip to content

Instantly share code, notes, and snippets.

@joeczar
Created May 26, 2020 13:57
Show Gist options
  • Select an option

  • Save joeczar/171551677557d3b693dbbaab7b5c4dbf to your computer and use it in GitHub Desktop.

Select an option

Save joeczar/171551677557d3b693dbbaab7b5c4dbf to your computer and use it in GitHub Desktop.
{
"defaultConnection": "default",
"connections": {
"default": {
"connector": "mongoose",
"settings": {
"uri": "${process.env.DATABASE_URI}",
"database": "${process.env.DATABASE_NAME}"
},
"options": {
"authenticationDatabase": "admin",
"ssl": true
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment