Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configuration via env vars #499

Closed
wants to merge 2 commits into from
Closed

Add configuration via env vars #499

wants to merge 2 commits into from

Conversation

fkromer
Copy link

@fkromer fkromer commented Nov 29, 2023

Allows to override scrapyd.conf config values http_port, bind_address, username, password via env vars SCRAPYD_HTTP_PORT, SCRAPYD_BIND_ADDRESS, SCRAPYD_USERNAME, SCRAPYD_PASSWORD.

with SCRAPYD_HTTP_PORT and SCRAPYD_BIND_ADDRESS
with SCRAPYD_USERNAME and SCRAPYD_PASSWORD
Copy link

codecov bot commented Nov 30, 2023

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (00e30f8) 87.20% compared to head (36383ef) 87.00%.

Files Patch % Lines
scrapyd/app.py 55.55% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #499      +/-   ##
==========================================
- Coverage   87.20%   87.00%   -0.20%     
==========================================
  Files          41       41              
  Lines        1883     1893      +10     
==========================================
+ Hits         1642     1647       +5     
- Misses        241      246       +5     
Flag Coverage Δ
unittests 87.00% <55.55%> (-0.20%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fkromer fkromer closed this by deleting the head repository May 28, 2024
@jpmckinney jpmckinney added the pr: replaced for unmerged PRs that were replaced by a PR or commit label Jul 17, 2024
@jpmckinney
Copy link
Contributor

Done in c6fd883

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: replaced for unmerged PRs that were replaced by a PR or commit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants