Skip to content

Instantly share code, notes, and snippets.

@elbuo8
Created May 20, 2015 22:48
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 elbuo8/5f6649cd7f4c5e936adf to your computer and use it in GitHub Desktop.
Save elbuo8/5f6649cd7f4c5e936adf to your computer and use it in GitHub Desktop.
module.exports = {
production: {
store: {
type: 'S3',
bucket: 'YOUR BUCKET'
},
assets: {
accessKeyId: AWS_ACCESS_KEY_ID,
secretAccessKey: AWS_SECRET_KEY
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment