Changed production database

This commit is contained in:
Fergal Moran
2014-03-20 11:59:32 +00:00
parent d49dc8b3bf
commit 53ffd30daf

View File

@@ -5,6 +5,6 @@ module.exports = {
mongo: {
uri: process.env.MONGOLAB_URI ||
process.env.MONGOHQ_URL ||
'mongodb://localhost/roboto'
'mongodb://home.bitchmints.com/roboto'
}
};