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