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 case insensitive matching for env vars #7

Open
bankair opened this issue Oct 25, 2019 · 0 comments
Open

Add case insensitive matching for env vars #7

bankair opened this issue Oct 25, 2019 · 0 comments

Comments

@bankair
Copy link
Contributor

bankair commented Oct 25, 2019

Hey !

It would be just great to add the capability to load env vars with no regards for the case of those.

As of today, the following tepee is able to load its value from the $FOOBAR env var:

class MyApp::Configuration < Tepee
  add(:foobar, 42)
end

It would be awesome if it was as well capable of loading $foobar or $FooBar.

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