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