Merge branch 'master' into mean-modular

This commit is contained in:
Amos Haviv
2013-07-07 13:04:58 +03:00

View File

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