mirror of
https://github.com/fergalmoran/roboto-promoto.git
synced 2025-12-22 01:30:36 +00:00
9 lines
120 B
JavaScript
9 lines
120 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
env: 'test',
|
|
mongo: {
|
|
uri: 'mongodb://localhost/roboto-test'
|
|
}
|
|
};
|