Skip to content

Instantly share code, notes, and snippets.

@stuartchaney
Created November 28, 2011 23:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stuartchaney/1402552 to your computer and use it in GitHub Desktop.
Save stuartchaney/1402552 to your computer and use it in GitHub Desktop.
# here are the settings that are common to all environments
common: &default_settings
api-key: <default api-key - can be one of production or staging>
production:
api-key: <production api-key>
enabled: true
staging:
api-key: <staging api-key>
enabled: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment