db.js file for Build a CLI to crawl a web page with web-crawljs article.
/** * Created by kayslay on 6/3/17. */ module.exports = { dbName: "crawl", dbHost: "localhost", };