Skip to content

Instantly share code, notes, and snippets.

@gerep
Created September 10, 2013 14:06
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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