Guest User

Untitled

a guest
May 23rd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. ---
  2. # This is a sample database file for the DataMapper ORM
  3. development: &defaults
  4. # These are the settings for repository :default
  5. adapter: mysql
  6. database: dynamic50_new_development
  7. username: root
  8. password:
  9. host: localhost
  10.  
  11. test:
  12. <<: *defaults
  13. database: dynamic50_new_test
  14.  
  15.  
  16. production:
  17. <<: *defaults
  18. database: dynamic50_new_production
  19.  
  20.  
  21. rake:
  22. <<: *defaults
Add Comment
Please, Sign In to add comment