diff --git a/config/environments/development.rb b/config/environments/development.rb index e502964..71d278b 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -41,7 +41,7 @@ config.paperclip_defaults = { :hash_secret => "longSecretStringChangeItForSecurity", :url => "/system/:class/:id/:hash.:extension", - :storage => :s3, + # :storage => :s3, :s3_host_name => 'amazon_host_name', # or whatever your region host name is :s3_credentials => { :bucket => 'amazon_bucket',