Sha256: 539903b97c50a7bc20da7b459902d7e3173cacc34cf0d4f7614252861567b399

Contents?: true

Size: 326 Bytes

Versions: 66

Compression:

Stored size: 326 Bytes

Contents

test:
  service: Disk
  root: <%= Rails.root.join("tmp/storage") %>

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

amazon:
  service: S3
  access_key_id: <%= ENV['AWS_ACCESS_ID'] %>
  secret_access_key: <%= ENV['AWS_SECRET_KEY'] %>
  region: <%= ENV['AWS_REGION'] %>
  bucket: <%= ENV['AWS_BUCKET_NAME'] %>

Version data entries

66 entries across 66 versions & 2 rubygems

Version Path
mobile_workflow-0.5.2 lib/generators/mobile_workflow/install/templates/storage.s3.yml
mobile_workflow-0.5.1 lib/generators/mobile_workflow/install/templates/storage.s3.yml
mobile_workflow-0.5.0 lib/generators/mobile_workflow/install/templates/storage.s3.yml
mobile_workflow_cli-0.1.7 templates/storage.s3.yml
mobile_workflow_cli-0.1.6 templates/storage.s3.yml
mobile_workflow_cli-0.1.4 templates/storage.s3.yml