aboutsummaryrefslogtreecommitdiff
path: root/myproject/scrapy.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'myproject/scrapy.cfg')
-rw-r--r--myproject/scrapy.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/myproject/scrapy.cfg b/myproject/scrapy.cfg
new file mode 100644
index 0000000..86af274
--- /dev/null
+++ b/myproject/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 = myproject.settings
+
+[deploy]
+#url = http://localhost:6800/
+project = myproject