Sha256: e58644fcf93f1b40c37c035accef12800a17ae6702d5cf873f6a8333d6595e55

Contents?: true

Size: 494 Bytes

Versions: 5

Compression:

Stored size: 494 Bytes

Contents

development:
  adapter: mysql
  database: spree_dev
  username: spree
  password: spree
  host: localhost

# Warning: The database defined as 'test' will be erased and
# re-generated from your development database when you run 'rake'.
# Do not set this db to the same as development or production.
test:
  adapter: mysql
  database: spree_test
  username: spree
  password: spree
  host: localhost

production:
  adapter: mysql
  database: spree
  username: spree
  password: 
  host: localhost

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
spree-0.0.5 starter-app/config/database.yml
spree-0.0.6 starter-app/config/database.yml
spree-0.0.7 starter-app/config/database.yml
spree-0.0.8 starter-app/config/database.yml
spree-0.0.9 config/database.yml