Skip to content

Instantly share code, notes, and snippets.

@jlgasparrini
Created January 20, 2015 16:19
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 jlgasparrini/e47a37a377c9f03cd352 to your computer and use it in GitHub Desktop.
Save jlgasparrini/e47a37a377c9f03cd352 to your computer and use it in GitHub Desktop.
AWS variables for deploy to heroku with fog gem
# config/application.yml
AWS_ACCESS_KEY: "paste-aws-access-key-here"
AWS_SECRET_KEY: "paste-aws-secret-key-here"
AWS_BUCKET: "enter-your-bucket-name-here"
S3_REGION: "enter-your-region-here"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment