scrapy.cfg 260 B

1234567891011
  1. # Automatically created by: scrapy startproject
  2. #
  3. # For more information about the [deploy] section see:
  4. # https://scrapyd.readthedocs.io/en/latest/deploy.html
  5. [settings]
  6. default = elabSpider.settings
  7. [deploy]
  8. url = http://0.0.0.0:8080/
  9. project = elabSpider