Sha256: df6356907cef18cfaf5f222fa7579c17a203f57152b5caedcfad9a5d7549aafe
Contents?: true
Size: 632 Bytes
Versions: 1
Compression:
Stored size: 632 Bytes
Contents
<% raise "ENV['DB'] not specified!" unless ENV['DB'] %> # a bit hackish - tests would require a refactoring instead mysql2: &mysql2 adapter: mysql2 database: activewarehouse_etl_test username: root encoding: utf8 local_infile: true # the tests would require a rework: disabling casting for now cast: false postgresql: &postgresql adapter: postgresql database: activewarehouse_etl_test username: postgres # TODO - refactor test to avoid using 2 databases maybe? operational_database: <<: *<%= ENV['DB'] %> data_warehouse: <<: *<%= ENV['DB'] %> etl_execution: adapter: mysql2 database: etl_execution
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activewarehouse-etl-1.0.0.rc1 | test/config/database.yml |