Set up datasources properly for production

This commit is contained in:
Berkeley Martinez
2015-06-04 14:20:37 -07:00
parent cfb5f06cdf
commit 40e8b61fbf
3 changed files with 24 additions and 5 deletions

View File

@@ -1,6 +0,0 @@
module.exports = {
db: {
connector: 'mongodb',
url: process.env.MONGOHQ_URL
}
};