Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@jwoertink jwoertink released this 15 Sep 23:01
8bd2202

Use interpolation of values with other ENV keys

APP_NAME=test
DB_NAME=${APP_NAME}_database

ENV["DB_NAME"] #=> "test_database"