Skip to content

Add case insensitive matching for env vars #7

@bankair

Description

@bankair

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions