scrapy.cfg 246 B

1234567891011
  1. # Automatically created by: scrapy startproject
  2. #
  3. # For more information about the [deploy] section see:
  4. # http://doc.scrapy.org/en/latest/topics/scrapyd.html
  5. [settings]
  6. default = fun.settings
  7. [deploy]
  8. url = http://localhost:6800/
  9. project = fun