Skip to content

Commit

Permalink
Fixed storage.sample.yml giving Key Error
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaldev authored Sep 8, 2022
1 parent 1b07c45 commit d4dc184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/storage.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ test:
root: <%= Rails.root.join('tmp/storage') %>

local:
storage: Disk
service: Disk
root: <%= Rails.root.join('storage') %>

s3:
service: S3
access_key_id: ""
secret_access_key: ""
region: us-east-1
bucket: ""
bucket: ""

0 comments on commit d4dc184

Please sign in to comment.