mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-23 14:39:32 +08:00
12 lines
171 B
JavaScript
12 lines
171 B
JavaScript
module.exports = {
|
|
mongodbMemoryServerOptions: {
|
|
instance: {
|
|
dbName: 'test',
|
|
},
|
|
binary: {
|
|
version: '4.4.3',
|
|
},
|
|
autoStart: false,
|
|
},
|
|
};
|