Skip to content

Commit

Permalink
asset_host changes
Browse files Browse the repository at this point in the history
  • Loading branch information
drhenner committed Dec 19, 2014
1 parent 26a45bc commit 3ce746d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/settings/production.yml
Expand Up @@ -26,13 +26,18 @@ tax_per_state_id: true
uses_resque_for_background_emails: false

paperclip:
storage: :s3
s3_protocol: https
s3_host_name: <%= ENV['FOG_DIRECTORY'] %>.s3.amazonaws.com
s3_credentials:
bucket: <%= ENV['FOG_DIRECTORY'] %>
access_key_id: <%= ENV['AWS_ACCESS_KEY_ID'] %>
secret_access_key: <%= ENV['AWS_SECRET_ACCESS_KEY'] %>
path: ':class/:attachment/:style/:hash.:extension'
bucket: <%= ENV['FOG_DIRECTORY'] %>
hash_secret: f8c07cf79094ec06f77b6024b5d7936c79b5227274fb8e82c00blaha



# Set this up with your Google Analytics Code for PRODUCTION
google:
analytics_code: false

0 comments on commit 3ce746d

Please sign in to comment.