9 lines
131 B
JavaScript
Executable File
9 lines
131 B
JavaScript
Executable File
'use strict';
|
|
|
|
module.exports = {
|
|
db: "mongodb://localhost/mystery-test",
|
|
port: 3001,
|
|
app: {
|
|
name: "Mystery - Test"
|
|
}
|
|
} |