Report abuse


			
---
# This is a sample database file for the DataMapper ORM
development: &defaults
  # These are the settings for repository :default
  adapter:  mysql
  database: dynamic50_new_development
  username: root
  password: 
  host:     localhost

test:
  <<:       *defaults
  database: dynamic50_new_test


production:
  <<:       *defaults
  database: dynamic50_new_production


rake:
  <<: *defaults