7 lines
122 B
JavaScript
7 lines
122 B
JavaScript
var config = {};
|
|
|
|
config.PORT = 4000;
|
|
|
|
config.databaseURL = 'mongodb://localhost:27017/domains';
|
|
|
|
module.exports = config; |