Guest User

Untitled

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