4.1.2 • Published 11 years ago
cantina-mongo v4.1.2
cantina-mongo
MongoDB for Cantina applications
Provides
- app.mongo - an initialized MongoDB object
Configuration
- mongo - Options for creating the MongoDB client
- hosts -
StringorArrayofhost[:port]combinations.portis optional. (default:localhost:27017) - db -
Stringname of the database (default:cantina) - auth -
Objecthash containingusernameandpassword(default: none) - options -
Objecthash of connection specific options (default: none)
- hosts -
Defaults
{
mongo: {
hosts: 'localhost:27017',
db: 'cantina'
}
}Developed by TerraEclipse
Terra Eclipse, Inc. is a nationally recognized political technology and strategy firm located in Santa Cruz, CA and Washington, D.C.