Created
September 20, 2017 21:36
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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