From f542b0a0a1674e10db740e75a65b69c59cf4e841 Mon Sep 17 00:00:00 2001 From: pnhekgfuf <1913997697@qq.com> Date: Sat, 29 Apr 2023 12:28:48 +0800 Subject: [PATCH] ADD file via upload --- Scrapy-Redis-Zhihu/scrapy.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Scrapy-Redis-Zhihu/scrapy.cfg 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