Fix typo in template where strings aren't properly wrapped
This commit is contained in:
parent
d75fb9b135
commit
d31ced53dd
1 changed files with 2 additions and 2 deletions
|
@ -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'],
|
||||
|
|
Loading…
Reference in a new issue