Initial Commit

This commit is contained in:
Fergal Moran
2014-03-20 11:32:56 +00:00
commit d49dc8b3bf
63 changed files with 3176 additions and 0 deletions

8
lib/config/env/test.js vendored Normal file
View File

@@ -0,0 +1,8 @@
'use strict';
module.exports = {
env: 'test',
mongo: {
uri: 'mongodb://localhost/roboto-test'
}
};