Skip to content

Commit

Permalink
fix env name
Browse files Browse the repository at this point in the history
  • Loading branch information
praneeth-bala committed Nov 26, 2024
1 parent 1b426f7 commit 643a738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ local:
amazon:
service: S3
access_key_id: <%= ENV['AWS_ACCESS_KEY_ID'] %>
secret_access_key: <%= ENV['AWS_ACCESS_KEY'] %>
secret_access_key: <%= ENV['AWS_SECRET_ACCESS_KEY'] %>
region: us-west-2
bucket: rails-to-riches

0 comments on commit 643a738

Please sign in to comment.