Skip to content

Instantly share code, notes, and snippets.

@cowboycoded
Created April 9, 2011 01:33
Show Gist options
  • Save cowboycoded/911019 to your computer and use it in GitHub Desktop.
Save cowboycoded/911019 to your computer and use it in GitHub Desktop.
Sample Yettings config file
defaults: &defaults
some_api_key: abc123
an_erb_yetting: <%= "erb stuff works" %>
some_array:
- element1
- element2
development:
<<: *defaults
api_key: abc123dev
test:
<<: *defaults
production:
<<: *defaults
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment