donfanning
8/15/2018 - 12:45 PM

db.js file for Build a CLI to crawl a web page with web-crawljs article.

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",
};