palkan / anyway_config

Configuration library for Ruby gems and applications
MIT License
778 stars 52 forks source link

`Anyway::Config.env_prefix` method is introduced #12

Closed charlie-wasp closed 6 years ago

charlie-wasp commented 6 years ago

Hi there!

I added env_prefix method for more flexible configuration.

Now it's possible to set prefix for env variable names explicitly and independent from config name. Also a warning about default (and current) behavior change plans in the next release is added.