Sha256: 92f9f5b8401121c07cc44833ece0cbe4e9ddaa79a766104b63b7b72a6eaad912

Contents?: true

Size: 574 Bytes

Versions: 2

Compression:

Stored size: 574 Bytes

Contents

git_common: &git_common
  github_owner: yourcompany
  github_app_name: aleph
  github_repo: aleph_queries
  auth_type: database

development:
  <<: *git_common
  github_ref: heads/development
  s3_bucket: aleph-development
  s3_folder: results
  auth_type: disabled

test:
  <<: *git_common
  auth_type: disabled

staging:
  <<: *git_common
  github_ref: heads/staging
  s3_bucket: aleph-staging
  s3_folder: results
  auth_type: database

production:
  <<: *git_common
  github_ref: heads/production
  s3_bucket: aleph-production
  s3_folder: results
  auth_type: database

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
aleph_analytics-0.0.2 config/example/config.yml
aleph_analytics-0.0.1.alpha config/example/config.yml