Skip to content

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
References #14
  • Loading branch information
Zachary Perales committed May 7, 2023
1 parent b609d70 commit 3ca39c8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions app/scrapy.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# This is the scrapy.cfg file for the book_scraper project

# The [settings] section specifies the default settings module for the project
[settings]
# The default key points to the settings module of the book_scraper project
default = book_scraper.settings

# The [deploy] section contains settings related to deploying the project to a Scrapyd server
[deploy]
# The url key is used when utilizing a Scrapyd server
# The url key is used when utilizing a Scrapyd server. Uncomment and set the URL to point to your Scrapyd server
# url = http://localhost:1337/
project = book_scraper
# The project key sets the name of the project
# project = book_scraper

0 comments on commit 3ca39c8

Please sign in to comment.