Mean Logger Module

This commit is contained in:
Amos Haviv
2013-07-07 13:13:33 +03:00
parent decb7a9993
commit ebbe968359

View File

@@ -14,8 +14,7 @@ var path = require('path')
module.exports = {
development: {
// db: 'mongodb://localhost/mean-dev',
db: 'mongodb://admin:password@ds027308.mongolab.com:27308/meanstack',
db: 'mongodb://localhost/mean-dev',
root: rootPath,
notifier: notifier,
app: {