2024-05-17 13:49:44 +08:00
|
|
|
# Automatically created by: scrapy startproject
|
|
|
|
#
|
|
|
|
# For more information about the [deploy] section see:
|
|
|
|
# https://scrapyd.readthedocs.io/en/latest/deploy.html
|
|
|
|
|
|
|
|
[settings]
|
2024-05-20 14:07:39 +08:00
|
|
|
default = newsspider.settings
|
2024-05-17 13:49:44 +08:00
|
|
|
shell = ipython
|
|
|
|
|
|
|
|
[deploy]
|
|
|
|
#url = http://localhost:6800/
|
2024-05-20 14:07:39 +08:00
|
|
|
project = newsspider
|