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

Store.InitFromEnvironment shall allow to specify another ENV VAR name #32

Open
nicoovh opened this issue Sep 1, 2022 · 0 comments
Open

Comments

@nicoovh
Copy link

nicoovh commented Sep 1, 2022

Is your feature request related to a problem? Please describe.
When two tools are using configstore in a same ENV, their configuration may collide because the ENV var name is global.

Describe the solution you'd like
The Store.InitFromEnvironnement shall have the VENV name as parameter, default to CONFIGURATION_FROM

Describe alternatives you've considered
None

Additional context
code location:

func (s *Store) InitFromEnvironment() {

related issue on utask: ovh/utask#361

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant