Skip to content

Instantly share code, notes, and snippets.

@gerep
Created September 10, 2013 14:06
Show Gist options
  • Save gerep/6509904 to your computer and use it in GitHub Desktop.
Save gerep/6509904 to your computer and use it in GitHub Desktop.
Spree.config do |config|
config.logo = "logo.png"
config.use_s3 = true
config.s3_bucket = "asdasd"
config.s3_access_key = "asdasd"
config.s3_secret = "asdasd"
end
Spree.user_class = "Spree::User"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment