mirror of
https://github.com/Xevion/thesaurus-scraper.git
synced 2025-12-15 10:13:30 -06:00
setup scrapy project defaults
This commit is contained in:
11
scrapy.cfg
Normal file
11
scrapy.cfg
Normal file
@@ -0,0 +1,11 @@
|
||||
# Automatically created by: scrapy startproject
|
||||
#
|
||||
# For more information about the [deploy] section see:
|
||||
# https://scrapyd.readthedocs.io/en/latest/deploy.html
|
||||
|
||||
[settings]
|
||||
default = scraper.settings
|
||||
|
||||
[deploy]
|
||||
#url = http://localhost:6800/
|
||||
project = scraper
|
||||
Reference in New Issue
Block a user