Sha256: e7276fe9556e380f22e10dfbbd26bf7c233302a346cbaa2a1acbcce452d123ac

Contents?: true

Size: 1.09 KB

Versions: 5

Compression:

Stored size: 1.09 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.
#
# dropbox:
#   :app_key: YOUR_DROPBOX_APP_KEY
#   :app_secret: YOUR_DROPBOX_APP_SECRET
# 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
#   :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/
# sky_drive:
#   :client_id: YOUR_MS_LIVE_CONNECT_CLIENT_ID
#   :client_secret: YOUR_MS_LIVE_CONNECT_CLIENT_SECRET

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
browse-everything-0.14.2 lib/generators/browse_everything/templates/browse_everything_providers.yml.example
browse-everything-0.14.1 lib/generators/browse_everything/templates/browse_everything_providers.yml.example
browse-everything-0.14.0 lib/generators/browse_everything/templates/browse_everything_providers.yml.example
browse-everything-0.13.1 lib/generators/browse_everything/templates/browse_everything_providers.yml.example
browse-everything-0.13.0 lib/generators/browse_everything/templates/browse_everything_providers.yml.example