8 lines
118 B
JavaScript
Executable File
8 lines
118 B
JavaScript
Executable File
'use strict';
|
|
|
|
module.exports = {
|
|
db: "mongodb://localhost/mystery",
|
|
app: {
|
|
name: "Mystery - Production"
|
|
}
|
|
} |