Sha256: bcbdcd988da0910002743ce77ae16ade207ebc4b893dc225d36a107b7a893ee5

Contents?: true

Size: 394 Bytes

Versions: 8

Compression:

Stored size: 394 Bytes

Contents

# Config for your Redshift host, database, and port
# Usernames and passwords are provided using environment variables

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

production:
  <<: *redshift_common

staging:
  <<: *redshift_common

test:
  <<: *redshift_common

development:
  <<: *redshift_common

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
aleph_analytics-0.4.9.pre.dev config/example/redshift.yml
aleph_analytics-0.4.8 config/example/redshift.yml
aleph_analytics-0.4.7 config/example/redshift.yml
aleph_analytics-0.4.4 config/example/redshift.yml
aleph_analytics-0.4.2 config/example/redshift.yml
aleph_analytics-0.4.1 config/example/redshift.yml
aleph_analytics-0.3.0 config/example/redshift.yml
aleph_analytics-0.2.0 config/example/redshift.yml