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

Extract deeply embedded configuration out of the application #33

Closed
alexpovel opened this issue Jul 27, 2022 · 0 comments
Closed

Extract deeply embedded configuration out of the application #33

alexpovel opened this issue Jul 27, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@alexpovel
Copy link
Owner

For example:

ancv/ancv/web/server.py

Lines 75 to 76 in d236893

requester=os.environ.get("GH_REQUESTER", METADATA.name),
oauth_token=os.environ.get("GH_TOKEN", None),

@alexpovel alexpovel added this to the anc.v1 milestone Jul 27, 2022
@alexpovel alexpovel added the enhancement New feature or request label Jul 27, 2022
@alexpovel alexpovel self-assigned this Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant