mirror of
https://github.com/fergalmoran/dss.web.git
synced 2026-02-15 20:44:34 +00:00
10 lines
198 B
JavaScript
Executable File
10 lines
198 B
JavaScript
Executable File
'use strict';
|
|
|
|
// Test specific configuration
|
|
// ===========================
|
|
module.exports = {
|
|
// MongoDB connection options
|
|
mongo: {
|
|
uri: 'mongodb://localhost/dssweb-test'
|
|
}
|
|
}; |