const config = {}; config.db = {}; // config.webhost = 'http://nurl.co/'; config.webhost = 'http://localhost:7000/'; config.port = 6566; config.db.host = 'localhost'; config.db.name = 'url_shortener'; module.exports = config;