Skip to content

Commit 08e308a

Browse files
committed
debugging prod images
1 parent 71935e9 commit 08e308a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/carrier_wave.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
else
1212
config.enable_processing = true
1313
config.storage = :fog
14-
config.asset_host = ENV['FOG_DIRECTORY']
14+
config.asset_host = "https://#{['FOG_DIRECTORY']}.s3.amazonaws.com"
1515
config.fog_directory = ENV['FOG_DIRECTORY']
1616
config.fog_attributes = { 'Cache-Control' => "max-age=#{365.day.to_i}" }
1717
config.fog_credentials = {

0 commit comments

Comments
 (0)