Sha256: 32499a1ef98fb83a0679157305c864746a7474849ba3274f6f8a5166cdc8755a

Contents?: true

Size: 1.14 KB

Versions: 4

Compression:

Stored size: 1.14 KB

Contents

#
# To make browse-everything aware of a provider, uncomment the info for that provider and add your API key information.
# The file_system provider can be a path to any directory on the server where your application is running.
#
file_system:
  allow_relative_home: true
  home: ./
# dropbox:
#   client_id: YOUR_DROPBOX_APP_KEY
#   client_secret: YOUR_DROPBOX_APP_SECRET
#   download_directory: tmp/
# box:
#   client_id: YOUR_BOX_CLIENT_ID
#   client_secret: YOUR_BOX_CLIENT_SECRET
# google_drive:
#   client_id: YOUR_GOOGLE_API_CLIENT_ID
#   client_secret: YOUR_GOOGLE_API_CLIENT_SECRET
# s3:
#   bucket: YOUR_AWS_S3_BUCKET
#   response_type: signed_url # set to :public_url for public urls or :s3_uri for an s3://BUCKET/KEY uri
#   expires_in: 14400 # for signed_url response_type, number of seconds url will be valid for.
#   app_key: YOUR_AWS_S3_KEY       # :app_key, :app_secret, and :region can be specified
#   app_secret: YOUR_AWS_S3_SECRET # explicitly here, or left out to use system-configured
#   region: YOUR_AWS_S3_REGION     # defaults.
#   See https://aws.amazon.com/blogs/security/a-new-and-standardized-way-to-manage-credentials-in-the-aws-sdks/

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
browse-everything-1.5.0 spec/dummy_test_app/config/browse_everything_providers.yml
browse-everything-1.4.0 spec/dummy_test_app/config/browse_everything_providers.yml
browse-everything-1.3.0 spec/dummy_test_app/config/browse_everything_providers.yml
browse-everything-1.2.0 spec/dummy_test_app/config/browse_everything_providers.yml