Guest User

Untitled

a guest
Apr 28th, 2018
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. development:
  2. adapter: mysql
  3. database: foo_development
  4. username: root
  5. password:
  6. host: localhost
  7. encoding: utf8
  8. test:
  9. adapter: mysql
  10. database: foo_test
  11. username: root
  12. password:
  13. host: localhost
  14. encoding: utf8
  15. production:
  16. adapter: mysql
  17. database: foo_production
  18. username: root
  19. password:
  20. host: localhost
  21. encoding: utf8
Add Comment
Please, Sign In to add comment