Files
roboto-promoto/lib/config/env/test.js
Fergal Moran d49dc8b3bf Initial Commit
2014-03-20 11:32:56 +00:00

9 lines
110 B
JavaScript

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