Created
January 20, 2015 16:19
-
-
Save jlgasparrini/e47a37a377c9f03cd352 to your computer and use it in GitHub Desktop.
AWS variables for deploy to heroku with fog gem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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