diff --git a/scrapy.cfg b/scrapy.cfg new file mode 100644 index 0000000..90734e2 --- /dev/null +++ b/scrapy.cfg @@ -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 = spider.settings + +[deploy] +#url = http://localhost:6800/ +project = spider