Correct bug where S3_BUCKET_NAME didn't set the AWS bucket
This commit is contained in:
parent
96268c17fc
commit
210f4e8624
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ aws:
|
||||||
access_key_id: <%= ENV['AWS_ACCESS_KEY'] %>
|
access_key_id: <%= ENV['AWS_ACCESS_KEY'] %>
|
||||||
secret_access_key: <%= ENV['AWS_SECRET_ACCESS_KEY'] %>
|
secret_access_key: <%= ENV['AWS_SECRET_ACCESS_KEY'] %>
|
||||||
region: test
|
region: test
|
||||||
bucket: test
|
bucket: <%= ENV['S3_BUCKET_NAME'] %>
|
||||||
|
|
||||||
mailer:
|
mailer:
|
||||||
delivery_method: "sendmail"
|
delivery_method: "sendmail"
|
||||||
|
|
Loading…
Reference in a new issue