Files
roboto-promoto/lib/config/env/test.js
Fergal Moran 2fade3342c Test cleanup
2014-03-20 14:53:22 +00:00

9 lines
120 B
JavaScript

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