Guest User

Untitled

a guest
May 16th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. ---
  2. # This is a sample database file for the DataMapper ORM
  3. :development: &defaults
  4. :adapter: mysql
  5. :database: keep_it_personal_development
  6. :username: root
  7. :password: my_secret
  8. :host: localhost
  9.  
  10. :test:
  11. <<: *defaults
  12. :database: keep_it_personal_test
  13.  
  14. :production:
  15. <<: *defaults
  16. :database: keep_it_personal
Add Comment
Please, Sign In to add comment