Sha256: 11ae9acea65051425336f067e326c1f070ccdade598922c8e96c3cd15dd14aa0

Contents?: true

Size: 421 Bytes

Versions: 4

Compression:

Stored size: 421 Bytes

Contents

development:
  adapter:  mysql2
  host:     localhost
  database: carrier_development
  username: root 
  password: 
  encoding: utf8

test: &test
  adapter:  mysql2
  host:     localhost
  database: carrier_test
  username: root
  password: 
  encoding: utf8

production:
  adapter:  mysql2
  host:     localhost
  database: carrier_production
  username: root 
  password: root 
  encoding: utf8

cucumber:
  <<: *test

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
carrier-0.1.5 spec/dummy/config/database.yml
carrier-0.1.4 spec/dummy/config/database.yml
carrier-0.1.3 spec/dummy/config/database.yml
carrier-0.1.2 spec/dummy/config/database.yml