Skip to content

Instantly share code, notes, and snippets.

@neotericdesign
Created November 23, 2010 18:41
Show Gist options
  • Select an option

  • Save neotericdesign/712268 to your computer and use it in GitHub Desktop.

Select an option

Save neotericdesign/712268 to your computer and use it in GitHub Desktop.
login: &login
access_key_id: ENV['s3_key']
secret_access_key:ENV['s3_secret']
development:
bucket_name: blah
<<: *login
distribution_domain: s3.amazonaws.com/blah
test:
bucket_name: blah
<<: *login
distribution_domain: s3.amazonaws.com/blah
production:
bucket_name: blah
<<: *login
distribution_domain: s3.amazonaws.com/blah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment