Skip to content

Instantly share code, notes, and snippets.

@mokevnin
Created February 4, 2012 07:46
Show Gist options
  • Select an option

  • Save mokevnin/1736231 to your computer and use it in GitHub Desktop.

Select an option

Save mokevnin/1736231 to your computer and use it in GitHub Desktop.
env :production do
key 'value'
foo 'bar'
sections do
first 'first_value'
second 'second_value'
end
end
env :development, :parent => :production do
bar 'foo'
foo 'foobar'
nil_value nil
false_value false
sections do
first 'another_value'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment