rakyll / globalconf

Persist flag values into an ini file
274 stars 25 forks source link

Add support for environment variables. #3

Closed oremj closed 10 years ago

oremj commented 10 years ago

This adds support for configuration from environment variables.

rakyll commented 10 years ago

Thanks! It generally LGTM, I only have a concern about the necessity of NewWithEnv.

oremj commented 10 years ago

Thanks for the review. I've removed NewWithEnv.

rakyll commented 10 years ago

Merging, thanks!