Advertisement
Guest User

Untitled

a guest
Aug 5th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. development: &development
  2. adapter: mysql2
  3. encoding: utf8
  4. database: bookmate_dev2
  5. username: bookmate
  6. password: qwerty123
  7. host: 127.0.0.1
  8. port: 3306
  9. strict: false
  10. reconnect: true
  11.  
  12. production:
  13. <<: *development
  14.  
  15. test:
  16. adapter: mysql2
  17. encoding: utf8
  18. database: bookmate_test
  19. username: bookmate
  20. password: qwerty123
  21. host: 127.0.0.1
  22. port: 3306
  23. strict: false
  24. reconnect: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement