Skip to content

Instantly share code, notes, and snippets.

@vitaLee
Created December 5, 2013 10:48
Show Gist options
  • Save vitaLee/7803420 to your computer and use it in GitHub Desktop.
Save vitaLee/7803420 to your computer and use it in GitHub Desktop.
Reusing common config blocks in YAML
defaults: &defaults
foo: 1
bar: 2
baz: 3
production:
<<: *defaults
bar: overriden
quz: 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment