Sha256: ed561a4943cc7952e465e687009cf1f0f2167bf4d05a4ec051f984930b1f52a3

Contents?: true

Size: 245 Bytes

Versions: 2

Compression:

Stored size: 245 Bytes

Contents

redshift_common: &redshift_common
  host: warehouse.pub.yourcompany.com
  database: warehouse
  port: '1234'

production:
  <<: *redshift_common

staging:
  <<: *redshift_common

test:
  <<: *redshift_common

development:
  <<: *redshift_common

Version data entries

2 entries across 2 versions & 1 rubygems

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