var config = {};
config.PORT = 4000;
config.databaseURL = 'mongodb://localhost:27017/domains';
module.exports = config;