Skip to content

Commit

Permalink
Merge pull request #2991 from OregonDigital/browse_everything_path
Browse files Browse the repository at this point in the history
browse_everything on prod
  • Loading branch information
CGillen authored Nov 29, 2023
2 parents 0f0a1c0 + 1a008b5 commit 11c7187
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/browse_everything_providers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ file_system:
# :client_id: YOUR_GOOGLE_API_CLIENT_ID
# :client_secret: YOUR_GOOGLE_API_CLIENT_SECRET
<% if Rails.env.production? %>
file_system:
:home: <%= ENV['BROWSEEVERYTHING_FILESYSTEM_PATH'] %>
google_drive:
:client_id: ENV['GOOGLE_CLIENT_ID']
:client_secret: ENV['GOOGLE_CLIENT_SECRET']
s3:
:bucket: <%= ENV['AWS_S3_BUCKET'] %>
:response_type: :signed_url # set to :public_url for public urls or :s3_uri for an s3://BUCKET/KEY uri
Expand Down

0 comments on commit 11c7187

Please sign in to comment.