Sha256: 28b802dbbb66ce7153fd00945bf805a5bc48b39fff14cfacd3d716a93a11c750

Contents?: true

Size: 429 Bytes

Versions: 3

Compression:

Stored size: 429 Bytes

Contents

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

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

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

cucumber:
  <<: *test

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
carrier-0.1.1 spec/dummy/config/database.yml
carrier-0.1.0 spec/dummy/config/database.yml
carrier-0.0.6 spec/dummy/config/database.yml