Add Config.env_prefix option#1990
Merged
alex-oleshkevich merged 6 commits intoKludex:masterfrom Jan 22, 2023
Merged
Conversation
Kludex
reviewed
Jan 7, 2023
Owner
Kludex
left a comment
There was a problem hiding this comment.
@alex-oleshkevich If you don't mind, would you be able to give a bit more about the motivation here?
This is a pretty straightforward feature, but no one ever asked before.
Contributor
Author
|
This is a common practice to avoid naming conflicts. This situation pretty common in non-docker environments. Or, it may happen in docker-compose when 2 services require the same variable but with different value. These are basically two examples I recall so far. |
Co-authored-by: Marcelo Trylesinski <[email protected]>
Owner
|
Please check if the documentation changes that I suggested work, it may need a plugin. 👀 |
Contributor
Author
aminalaee
pushed a commit
that referenced
this pull request
Feb 13, 2023
* add Config.env_prefix option * fix variable name in docs * simplify test case * rollback markdown formatting * Update docs/config.md Co-authored-by: Marcelo Trylesinski <[email protected]> Co-authored-by: Marcelo Trylesinski <[email protected]>
Viicos
pushed a commit
to Viicos/starlette
that referenced
this pull request
Feb 16, 2023
* add Config.env_prefix option * fix variable name in docs * simplify test case * rollback markdown formatting * Update docs/config.md Co-authored-by: Marcelo Trylesinski <[email protected]> Co-authored-by: Marcelo Trylesinski <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR adds
Config.env_prefixargument.