Skip to content

Instantly share code, notes, and snippets.

@kayslay
Created September 20, 2017 21:36
Show Gist options
  • Save kayslay/6e813aa405f18bd1ae8d8cf815f903b0 to your computer and use it in GitHub Desktop.
Save kayslay/6e813aa405f18bd1ae8d8cf815f903b0 to your computer and use it in GitHub Desktop.
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",
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment