Skip to content

Commit

Permalink
disabled amazon by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthikeyan A K committed Jan 16, 2015
1 parent ffe9a8b commit 071ed2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 071ed2a

Please sign in to comment.