diff --git a/_posts/2016-03-04-load-your-config-into-your-environment.md b/_posts/2016-03-04-load-your-config-into-your-environment.md index 5ca7d14..5f45f18 100644 --- a/_posts/2016-03-04-load-your-config-into-your-environment.md +++ b/_posts/2016-03-04-load-your-config-into-your-environment.md @@ -44,6 +44,10 @@ irb(main):001:0> ENV['REDIS_URL'] [Available on GitHub][repo] and [as a Crate][crate]. +**Update:** + +Only now I learn about another application doing just the same: [benv](https://github.com/timonv/benv) by [@timonvonk](https://twitter.com/timonvonk). + [12factor]: http://12factor.net/ [config]: http://12factor.net/config [dotenv]: https://github.com/slapresta/rust-dotenv