9 lines
120 B
JavaScript
Executable File
9 lines
120 B
JavaScript
Executable File
'use strict';
|
|
|
|
module.exports = {
|
|
db: 'mongodb://localhost/insight',
|
|
app: {
|
|
name: 'Insight - Production'
|
|
}
|
|
};
|