paradigmatic / Configrity

Simple, immutable and flexible configuration library for scala.
Other
132 stars 19 forks source link

Add substitute environment variables feature. #29

Open dzhydchenko opened 10 years ago

dzhydchenko commented 10 years ago

Hi there,

I wonder if it is possible to add usage of environmental variables in a config file? The thing is I rely on the env variable that has a changeable value.

I'd like to be able to use the style similar to the following one:

my.env=${MY_ENV}

As I understand TypeSafe config has this feature.

Best regards,

Dmytro Zhydchenko.