Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sterrym/smithycms
Browse files Browse the repository at this point in the history
  • Loading branch information
drobin03 committed Jan 27, 2016
2 parents 138a463 + 7973644 commit dfdecb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/smithy/shared/_footer.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<footer id="footer">
Carefully crafted by <a href="http://www.tag.ca">Tag Solutions</a>
Carefully crafted by <a href="http://www.tagstudios.io">Tag Digital Studios</a>
</footer>
2 changes: 1 addition & 1 deletion lib/smithy/dragonfly/asset_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def dragonfly_datastore
/#{ENV['AWS_S3_BUCKET']}\.s3\.amazonaws\.com/
]
end
::Dragonfly::S3DataStore.new(bucket_name: ENV['AWS_S3_BUCKET'], access_key_id: ENV['AWS_ACCESS_KEY_ID'], secret_access_key: ENV['AWS_SECRET_ACCESS_KEY'], url_scheme: 'https')
::Dragonfly::S3DataStore.new(bucket_name: ENV['AWS_S3_BUCKET'], access_key_id: ENV['AWS_ACCESS_KEY_ID'], secret_access_key: ENV['AWS_SECRET_ACCESS_KEY'], region: ENV['AWS_S3_REGION'], url_scheme: 'https')
else
Dragonfly.app.configure { fetch_url_whitelist [] }
::Dragonfly::FileDataStore.new(root_path: Rails.root.join('public/system/dragonfly', Rails.env), server_root: Rails.root.join('public'))
Expand Down

0 comments on commit dfdecb4

Please sign in to comment.