Skip to content

Commit

Permalink
Merge pull request #880 from sujaldev/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtOfCode- authored Sep 8, 2022
2 parents 1b07c45 + d4dc184 commit 45cf702
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 45cf702

Please sign in to comment.