Fix typo in template where strings aren't properly wrapped

This commit is contained in:
Eric 2020-05-01 16:46:39 -05:00
parent d75fb9b135
commit d31ced53dd

View file

@ -4,9 +4,9 @@
CarrierWave.configure do |config|
config.storage = :aws
config.aws_bucket = <%= @aws_bucket %>
config.aws_bucket = "<%= @aws_bucket %>"
config.aws_acl = :public_read
config.asset_host = <%= @aws_assethost %>
config.asset_host = "<%= @aws_assethost %>"
# config.aws_authenticated_url_expiration = 60 * 60 * 24 * 365
# config.aws_credentials = {
# access_key_id: ENV['CARRIERWAVE_AWS_ACCESS_KEY_ID'],