Correct bug where S3_BUCKET_NAME didn't set the AWS bucket

This commit is contained in:
Eric Schultz 2018-11-01 13:40:41 -05:00
parent 96268c17fc
commit 210f4e8624

View file

@ -21,7 +21,7 @@ aws:
access_key_id: <%= ENV['AWS_ACCESS_KEY'] %>
secret_access_key: <%= ENV['AWS_SECRET_ACCESS_KEY'] %>
region: test
bucket: test
bucket: <%= ENV['S3_BUCKET_NAME'] %>
mailer:
delivery_method: "sendmail"