Files
dss.web/server/config/environment/test.js
Fergal Moran d2c529bafe Screw you git!
2015-12-01 19:50:20 +00:00

10 lines
198 B
JavaScript
Executable File

'use strict';
// Test specific configuration
// ===========================
module.exports = {
// MongoDB connection options
mongo: {
uri: 'mongodb://localhost/dssweb-test'
}
};