scrapy / scrapyd

A service daemon to run Scrapy spiders
https://scrapyd.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
2.92k stars 569 forks source link

Enable configuration of bind_address, http_port, username and password via env vars #498

Closed fkromer closed 2 months ago

fkromer commented 8 months ago

Allowing to configure scrapyd instance level confirmation values (bind_address, http_port, username, password) via env vars instead of via config file or command line would ease deployment of scrapyd instances.

fkromer commented 8 months ago

The corresponding PR is: https://github.com/scrapy/scrapyd/pull/499