From 05a3238570d3847238ea9fd226897f17dbcc3cee Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Fri, 4 Mar 2016 14:00:58 +0100 Subject: [PATCH] Update to latest blog post: benv --- _posts/2016-03-04-load-your-config-into-your-environment.md | 4 ++++ 1 file changed, 4 insertions(+) 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